Skip to content
Snippets Groups Projects
Commit 70fe6479 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

remove apk

parent 87560b3a
No related branches found
No related tags found
1 merge request!216Landing Page
......@@ -179,7 +179,6 @@ Trigger AWS Deployment:
- *staging-env
- *production-env
script:
- apk add curl
- |
if [ "${ENVIRONMENT}" == 'production' ]; then
REF="production";
......@@ -194,8 +193,6 @@ Trigger AWS Deployment:
--form "variables[SOURCE_PROJECT_NAME]=${CI_PROJECT_NAME}" \
"https://${PRIVATE_GITLAB}/api/v4/projects/${NSHMP_CDK_PROJECT_ID}/trigger/pipeline"
stage: trigger
tags:
- nshmp
variables:
REF: main
UPSTREAM_PATH: ghsc/nshmp/nshmp-ws
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment