Skip to content

Commit

Permalink
Fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSBrown committed Aug 14, 2023
1 parent 1163b5c commit e78ad1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ build-gcs-base:
- ci-datafed-globus
- docker
script:
- cd external/globus-connect-server-deploy/deploy
- cd external/globus-connect-server-deploy/docker
- ./docker-build-gcs.sh "${DISTRO}"
- LATEST_IMAGE=$(docker images | grep ubuntu-focal | head -n1 | awk '{print $3}')
- docker tag "$LATEST_IMAGE" "$GCS_TAG"
Expand Down

0 comments on commit e78ad1f

Please sign in to comment.