mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 10:59:21 +02:00
fix issue confusing head vs base branch syntax (#377)
* fix issue confusing head vs base branch syntax * try to add pr comments
This commit is contained in:
parent
76d2810a8a
commit
bed87212d2
3 changed files with 44 additions and 24 deletions
|
@ -113,8 +113,8 @@ sed -i '' '/ - stable/ {a\
|
|||
- '"$1"'
|
||||
}' .github/workflows/migrate.yaml
|
||||
|
||||
sed -i '' '/ branches:/ {a\
|
||||
- '"'$1/**'"'
|
||||
sed -i '' '/${{startsWith(github.head_ref, / {a\
|
||||
|| startsWith(github.head_ref, '"'$1'"')
|
||||
}' .github/workflows/deploy-sandbox.yaml
|
||||
|
||||
echo "Creating space deployer for Github deploys..."
|
||||
|
|
|
@ -49,7 +49,6 @@ rm ops/manifests/manifest-$1.yaml
|
|||
sed -i '' "/getgov-$1.app.cloud.gov/d" src/registrar/config/settings.py
|
||||
sed -i '' "/- $1/d" .github/workflows/reset-db.yaml
|
||||
sed -i '' "/- $1/d" .github/workflows/migrate.yaml
|
||||
sed -i '' "/- $1/d" .github/workflows/deploy-sandbox.yaml
|
||||
|
||||
echo "Cleaning up services, applications, and the Cloud.gov space for $1..."
|
||||
cf delete getgov-$1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue