Skip to content

Commit

Permalink
Hopefully fixing weird output.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSBrown committed Feb 21, 2024
1 parent 6d2dbab commit 6ba3c58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ end-to-end-ws-setup:
- docker login "${REGISTRY}" -u "${HARBOR_USER}" -p "${HARBOR_DATAFED_GITLAB_CI_REGISTRY}"
- USER_ID=$(id -u)
- GROUP_ID=$(id -g)
- cp "${CI_DATAFED_CORE_PUB_KEY}" /tmp/datafed-core-key.pub
- cat $CI_DATAFED_CORE_PUB_KEY > /tmp/datafed-core-key.pub
- env
- ./scripts/container_stop.sh -t "${REGISTRY}/${IMAGE_TAG}${BRANCH_LOWER}"
- random_string=$(bash -c "cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w "10" | head -n 1")
Expand Down Expand Up @@ -478,8 +478,8 @@ end-to-end-core-setup:
- docker login "${REGISTRY}" -u "${HARBOR_USER}" -p "${HARBOR_DATAFED_GITLAB_CI_REGISTRY}"
- ./scripts/container_stop.sh -t "${REGISTRY}/${IMAGE_TAG}${BRANCH_LOWER}"
- ./scripts/ci_database_health_check.sh
- cp "${CI_DATAFED_CORE_PUB_KEY}" /tmp/datafed-core-key.pub
- cp "${CI_DATAFED_CORE_PRIV_KEY}" /tmp/datafed-core-key.priv
- cat $CI_DATAFED_CORE_PUB_KEY > /tmp/datafed-core-key.pub
- cat $CI_DATAFED_CORE_PRIV_KEY > /tmp/datafed-core-key.priv
- random_string=$(bash -c "cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w "10" | head -n 1")
- echo "#!/bin/bash" > run_core.sh
- echo "docker run -d \\" >> run_core.sh
Expand Down

0 comments on commit 6ba3c58

Please sign in to comment.