Verified Commit 7b75bcf4 authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

Set expiration date for build artifacts

parent 144263ef
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


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