Skip to content

Commit

Permalink
Run as deamon
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSBrown committed Feb 11, 2024
1 parent c60c64f commit 8882c11
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ end-to-end-ws-setup:
- ./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")
- >
docker run
docker run -d
--name "ws-${BRANCH_LOWER}-${CI_COMMIT_SHORT_SHA}-${random_string}"
-e DATAFED_GLOBUS_APP_SECRET="GLOBUS_DATAFED_APP_SECRET"
-e DATAFED_GLOBUS_APP_ID="$GLOBUS_DATAFED_APP_ID"
Expand Down Expand Up @@ -398,7 +398,7 @@ end-to-end-core-setup:
- ./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")
- >
docker run
docker run -d
--name "core-${BRANCH_LOWER}-${CI_COMMIT_SHORT_SHA}-${random_string}"
-e DATAFED_GLOBUS_APP_SECRET="$CI_DATAFED_GLOBUS_APP_SECRET"
-e DATAFED_GLOBUS_APP_ID="$CI_DATAFED_GLOBUS_APP_ID"
Expand Down Expand Up @@ -440,7 +440,7 @@ end-to-end-repo-setup:
- ./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")
- >
docker run
docker run -d
--name "repo-${BRANCH_LOWER}-${CI_COMMIT_SHORT_SHA}-${random_string}"
-e DATAFED_GLOBUS_APP_SECRET="$CI_DATAFED_GLOBUS_APP_SECRET"
-e DATAFED_GLOBUS_APP_ID="$CI_DATAFED_GLOBUS_APP_ID"
Expand Down Expand Up @@ -475,7 +475,7 @@ end-to-end-gcs-authz-setup:
- ./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")
- >
docker run
docker run -d
--name "gcs-authz-${BRANCH_LOWER}-${CI_COMMIT_SHORT_SHA}-${random_string}"
-e DATAFED_GLOBUS_APP_SECRET="$CI_DATAFED_GLOBUS_APP_SECRET"
-e DATAFED_GLOBUS_APP_ID="$CI_DATAFED_GLOBUS_APP_ID"
Expand Down

0 comments on commit 8882c11

Please sign in to comment.