Browse Source

Fix syntax error (#3144)

pull/3146/head
Vince Grassia 2 years ago committed by GitHub
parent
commit
5a93c687b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -427,7 +427,7 @@ jobs: @@ -427,7 +427,7 @@ jobs:
sudo chown -R $(whoami):$(whoami) $STUB_OUTPUT
Remove extra directories and files
# Remove extra directories and files
rm -rf $STUB_OUTPUT/US/letsencrypt
rm -rf $STUB_OUTPUT/EU/letsencrypt
rm $STUB_OUTPUT/US/env/uid.env $STUB_OUTPUT/US/config.yml

Loading…
Cancel
Save