Loading .gitlab-ci.yml +0 −6 Original line number Original line Diff line number Diff line Loading @@ -34,8 +34,6 @@ building_stage: - ".git*" - ".git*" - ".git/**/*" - ".git/**/*" expire_in: 2 hours expire_in: 2 hours tags: - saas-linux-small-amd64 script: script: # bash commands to be executed # bash commands to be executed - pwd - pwd Loading Loading @@ -64,8 +62,6 @@ running_stage: - ".git*" - ".git*" - ".git/**/*" - ".git/**/*" expire_in: 2 hours expire_in: 2 hours tags: - saas-linux-small-amd64 script: script: # bash commands to be executed # bash commands to be executed - pwd - pwd Loading Loading @@ -98,8 +94,6 @@ testing_stage: - ".git*" - ".git*" - ".git/**/*" - ".git/**/*" expire_in: 2 hours expire_in: 2 hours tags: - saas-linux-small-amd64 script: script: # bash commands to be executed # bash commands to be executed - pwd - pwd Loading Loading
.gitlab-ci.yml +0 −6 Original line number Original line Diff line number Diff line Loading @@ -34,8 +34,6 @@ building_stage: - ".git*" - ".git*" - ".git/**/*" - ".git/**/*" expire_in: 2 hours expire_in: 2 hours tags: - saas-linux-small-amd64 script: script: # bash commands to be executed # bash commands to be executed - pwd - pwd Loading Loading @@ -64,8 +62,6 @@ running_stage: - ".git*" - ".git*" - ".git/**/*" - ".git/**/*" expire_in: 2 hours expire_in: 2 hours tags: - saas-linux-small-amd64 script: script: # bash commands to be executed # bash commands to be executed - pwd - pwd Loading Loading @@ -98,8 +94,6 @@ testing_stage: - ".git*" - ".git*" - ".git/**/*" - ".git/**/*" expire_in: 2 hours expire_in: 2 hours tags: - saas-linux-small-amd64 script: script: # bash commands to be executed # bash commands to be executed - pwd - pwd Loading