Skip to content

Commit

Permalink
Merge pull request #101 from EBISPOT/develop
Browse files Browse the repository at this point in the history
Attempting to fix CI pipeline for production release.
  • Loading branch information
tudorgroza authored Apr 12, 2021
2 parents 93c5e38 + 41bd9d7 commit 820ee2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ services:
stages:
- build-frontend
- build-artefact
- build-container
- build-frontend-release
- build-artefact-release
- build-container
- build-container-release
- deploy-sandbox
- deploy-fallback
Expand Down Expand Up @@ -60,6 +60,7 @@ build-container:
- docker push $REGISTRY_IMAGE:$CI_COMMIT_SHA
only:
- develop
- tags

build-front-release:
image: node:10.15.3
Expand Down

0 comments on commit 820ee2e

Please sign in to comment.