Skip to content

Commit

Permalink
Merge pull request #1998 from GSA/1981-add-test-users
Browse files Browse the repository at this point in the history
Change upwd command 7
  • Loading branch information
XavierMetichecchia authored Dec 10, 2024
2 parents 60c2702 + c2b3f4e commit ce3bc9f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
CR_PAT: "${{ secrets.CR_PAT }}"
CR_USERNAME: "${{ secrets.CR_USERNAME }}"
PROJECT: "${{ secrets.PROJECT }}"
TEST_USER_PASS: "{{ secrets.TEST_USER_PASS }}"
TEST_USER_PASS: "${{ secrets.TEST_USER_PASS }}"
run: |
source ./scripts/pipeline/cloud-gov-login.sh
cd usagov-2021
Expand All @@ -222,7 +222,5 @@ jobs:
cf add-network-policy ${PROJECT}-waf-${BRANCH} ${PROJECT}-cms-${BRANCH} -s ${PROJECT}-${BRANCH} -o ${CF_ORG} --protocol tcp --port 61443
cf map-route benefit-finder-cms-${BRANCH} apps.internal --hostname benefit-finder-cms-${BRANCH} --app-protocol http1
cd ..
echo "The value of the test user is: ${TEST_USER_PASS}"
sed -i "s#TU_PASS#${TEST_USER_PASS}#" ./scripts/drush-post-deploy.sh
cat ./scripts/drush-post-deploy.sh
source ./scripts/pipeline/cloud-gov-post-deploy.sh

0 comments on commit ce3bc9f

Please sign in to comment.