Skip to content

Commit

Permalink
Merge pull request #1993 from GSA/1981-add-test-users
Browse files Browse the repository at this point in the history
Change upwd command 2
  • Loading branch information
XavierMetichecchia authored Dec 9, 2024
2 parents 5451e73 + 5af5dbf commit 759e804
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions scripts/drush-post-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ drush cr
# Update passwords for existing users
echo "Updating passwords for test users..."
drush upwd scott_queen TU_PASS
drush upwd nehemia_abuga TU_PASS
drush upwd diego_cob TU_PASS
drush upwd cindy_fong TU_PASS
drush upwd ernie_deeb TU_PASS
drush upwd test_test TU_PASS
# drush upwd nehemia_abuga TU_PASS
# drush upwd diego_cob TU_PASS
# drush upwd cindy_fong TU_PASS
# drush upwd ernie_deeb TU_PASS
# drush upwd test_test TU_PASS

drush state:set system.maintenance_mode 0 -y
echo "Post-deploy finished!"
Expand Down
2 changes: 1 addition & 1 deletion scripts/pipeline/cloud-gov-post-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ ROOT_DIR=$(git rev-parse --show-toplevel)
while read -r command; do
## Don't send comments, empty lines, or echos.
if [[ "${command}" != "#"* ]] && [[ -n "${command}" ]] && [[ "${command}" != "echo "* ]]; then
bash ./scripts/pipeline/cloud-gov-remote-command.sh "${PROJECT}-cms-${BRANCH}" "${command}" < /dev/null
bash ./scripts/pipeline/cloud-gov-remote-command.sh "${PROJECT}-cms-${BRANCH}" "${command}" #< /dev/null
fi
done < "${ROOT_DIR}/scripts/drush-post-deploy.sh"

0 comments on commit 759e804

Please sign in to comment.