Skip to content

Commit

Permalink
Multiline yml command
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSBrown committed Feb 13, 2024
1 parent fa378af commit dce32ea
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 @@ -167,7 +167,8 @@ build-gcs-base:
script:
- 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 dce32ea

Please sign in to comment.