Commit d3ad1e35 authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

Merge branch 'amiranda/172-build-artifacts-never-expire' into 'master'

Resolve "Build artifacts never expire"

Closes #172

See merge request !108
parents 144263ef 7b75bcf4
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -63,6 +63,7 @@ gkfs:
    paths:
      - ${BUILD_PATH}
      - ${INSTALL_PATH}
    expire_in: 1 week

gkfwd:
  stage: build
@@ -89,6 +90,7 @@ gkfwd:
    paths:
      - ${BUILD_PATH}
      - ${INSTALL_PATH}
    expire_in: 1 week


################################################################################