Skip to content

Commit

Permalink
Add missing folder
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSBrown committed Jun 12, 2024
1 parent a8c5e22 commit 220a020
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ end-to-end-core-setup:
- docker login "${REGISTRY}" -u "${HARBOR_USER}" -p "${HARBOR_DATAFED_GITLAB_CI_REGISTRY}"
- ./scripts/container_stop.sh -n "core-" -p
- ./scripts/ci_database_health_check.sh
- if [ ! -d "/shared/keys" ]; then mkdir -p "/shared/keys"; fi
- cat $CI_DATAFED_CORE_PUB_KEY > /shared/keys/datafed-core-key.pub
- cat $CI_DATAFED_CORE_PRIV_KEY > /shared/keys/datafed-core-key.priv
- random_string=$(bash -c "cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w "10" | head -n 1")
Expand Down

0 comments on commit 220a020

Please sign in to comment.