Skip to content

Commit

Permalink
.github/workflows/test.yml: adjust to the current arche-docker-config…
Browse files Browse the repository at this point in the history
… structure
  • Loading branch information
zozlak committed Nov 15, 2024
1 parent db4ae3f commit b5f7351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
run: |
git clone --depth 1 --branch arche https://github.com/acdh-oeaw/arche-docker-config.git config
chmod -x config/run.d/* config/initScripts/*
chmod +x config/run.d/postgresql.sh config/run.d/config-yaml.sh config/run.d/xdebug.sh config/initScripts/00-cleanup.sh config/initScripts/01-adminPswd.php
chmod +x config/run.d/*postgresql.sh config/run.d/*config-yaml.sh config/run.d/*xdebug.sh config/initScripts/*00-cleanup.sh config/initScripts/01-adminPswd.php
cp .github/workflows/test-postgresql_config.sh config/run.d/
sed -i -e 's/checkUnknownProperties:.*/checkUnknownProperties: false/g' config/yaml/doorkeeper.yaml
sed -i -e 's/checkAutoCreatedResources:.*/checkAutoCreatedResources: false/g' config/yaml/doorkeeper.yaml
Expand Down

0 comments on commit b5f7351

Please sign in to comment.