Skip to content

Commit

Permalink
Merge pull request #1229 from flexion/task/sprint_10_copy_paste_error
Browse files Browse the repository at this point in the history
Sprint 10 - forgot to update the url for the 2 scripts
  • Loading branch information
ericsorenson authored Mar 26, 2019
2 parents 6285fd2 + 53a5687 commit 225471a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions management/bin/setup-jobs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ sed "s|GITHUB_URL|${GITHUB_URL}|g" ../jobs/cleanup/config.xml.tpl \

sed "s|GITHUB_URL|${GITHUB_URL}|g" ../jobs/ef-cms-api-deploy/config.xml.tpl \
| sed "s|REPO_OWNER|${REPO_OWNER}|g" \
| sed "s|REPOSITORY|${REPOSITORY}|g" > ../jobs/cleanup/config.xml
| sed "s|REPOSITORY|${REPOSITORY}|g" > ../jobs/ef-cms-api-deploy/config.xml

sed "s|GITHUB_URL|${GITHUB_URL}|g" ../jobs/ef-cms-ui-deploy/config.xml.tpl \
| sed "s|REPO_OWNER|${REPO_OWNER}|g" \
| sed "s|REPOSITORY|${REPOSITORY}|g" > ../jobs/cleanup/config.xml
| sed "s|REPOSITORY|${REPOSITORY}|g" > ../jobs/ef-cms-ui-deploy/config.xml

echo "creating job directories on Jenkins machine"
ssh -A -oStrictHostKeyChecking=no ubuntu@${BASTION_PUBLIC_IP} "ssh -oStrictHostKeyChecking=no bitnami@${JENKINS_PRIVATE_IP} 'sudo su -c \"mkdir -p /opt/bitnami/apps/jenkins/jenkins_home/jobs/ef-cms\" tomcat'"
Expand Down

0 comments on commit 225471a

Please sign in to comment.