Skip to content

Commit

Permalink
Address new globus connect server tag
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSBrown committed Feb 13, 2024
1 parent 1dd933f commit 377d98a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ build-gcs-base:
variables:
GIT_SUBMODULE_STRATEGY: recursive
GIT_STRATEGY: clone
DISTRO: "ubuntu:focal"
DISTRO: "ubuntu-20.04"
GCS_TAG: "${REGISTRY}/datafed/gcs-ubuntu-focal"
IMAGE_TAG2: "datafed/gcs-authz-base"
IMAGE_TAG3: "datafed/gcs-authz"
Expand All @@ -168,7 +168,7 @@ build-gcs-base:
- docker system prune -f
- docker login "${REGISTRY}" -u "${HARBOR_USER}" -p "${HARBOR_DATAFED_GITLAB_CI_REGISTRY}"
- >
if ! docker pull "$GCS_TAG:${GCS_SUBMODULE_VERSION}"; then
if ! docker pull "${GCS_TAG}:${GCS_SUBMODULE_VERSION}"; then
cd external/globus-connect-server-deploy/docker
git checkout "${GCS_SUBMODULE_VERSION}"
./docker-build-gcs.sh "${DISTRO}"
Expand Down

0 comments on commit 377d98a

Please sign in to comment.