Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ build: stage: build tags: ["ns4.shore.co.il"] script: - docker-compose build - docker-compose build --no-cache --pull run: stage: run Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ build: stage: build tags: ["ns4.shore.co.il"] script: - docker-compose build - docker-compose build --no-cache --pull run: stage: run Loading