Skip to content

Commit

Permalink
frontend: bump cicd-base-gui image version
Browse files Browse the repository at this point in the history
Why?

The previous version (2.0.0) had outdated toolchain
dependencies

What?

Bump vdk-cicd-base-gui image version to 2.1.1

How was this tested?

CI

What kind of change is this?

Feature/non-breaking

Signed-off-by: Dilyan Marinov <[email protected]>
  • Loading branch information
Dilyan Marinov committed Jul 6, 2023
1 parent 6fc5008 commit 20ab300
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions projects/frontend/cicd/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
- always

frontend-data-pipelines-build:
image: "versatiledatakit/vdk-cicd-base-gui:2.0.0"
image: "versatiledatakit/vdk-cicd-base-gui:2.1.1"
stage: build
needs:
- job: frontend-shared-components-build
Expand Down Expand Up @@ -64,7 +64,7 @@ frontend-data-pipelines-build:

# TODO: Add the cicd path back to the rule once e2e tests are stabilized
frontend-data-pipelines-e2e-tests:
image: "versatiledatakit/vdk-cicd-base-gui:2.0.0"
image: "versatiledatakit/vdk-cicd-base-gui:2.1.1"
stage: pre_release_test
before_script:
- cd projects/frontend/
Expand All @@ -91,7 +91,7 @@ frontend-data-pipelines-e2e-tests:
expire_in: 1 week

frontend-data-pipelines-release:
image: "versatiledatakit/vdk-cicd-base-gui:2.0.0"
image: "versatiledatakit/vdk-cicd-base-gui:2.1.1"
stage: release
before_script:
- cd projects/frontend/
Expand Down Expand Up @@ -209,7 +209,7 @@ frontend_publish_test_image:
extends: .frontend_publish_docker_image

frontend-shared-components-build:
image: "versatiledatakit/vdk-cicd-base-gui:2.0.0"
image: "versatiledatakit/vdk-cicd-base-gui:2.1.1"
stage: build
before_script:
- cd projects/frontend/shared-components/gui
Expand All @@ -236,7 +236,7 @@ frontend-shared-components-build:
expire_in: 1 week

frontend-shared-components-release:
image: "versatiledatakit/vdk-cicd-base-gui:2.0.0"
image: "versatiledatakit/vdk-cicd-base-gui:2.1.1"
stage: release
before_script:
- cd projects/frontend/
Expand Down

0 comments on commit 20ab300

Please sign in to comment.