Skip to content

Commit

Permalink
Add activate id's
Browse files Browse the repository at this point in the history
  • Loading branch information
snehasreeramini committed Feb 9, 2024
1 parent 3216609 commit b22762d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
DOCKER_SETUP_DIR: source
steps:
- name: Add environment variables
# shellcheck disable SC2129
run: |

Check failure on line 27 in .github/workflows/build.yml

View workflow job for this annotation

GitHub Actions / push_module / actionlint

shellcheck reported issue in this script: SC2129:style:4:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects

Check failure on line 27 in .github/workflows/build.yml

View workflow job for this annotation

GitHub Actions / push_module / actionlint

shellcheck reported issue in this script: SC2086:info:4:40: Double quote to prevent globbing and word splitting

Check failure on line 27 in .github/workflows/build.yml

View workflow job for this annotation

GitHub Actions / push_module / actionlint

shellcheck reported issue in this script: SC2086:info:5:28: Double quote to prevent globbing and word splitting

Check failure on line 27 in .github/workflows/build.yml

View workflow job for this annotation

GitHub Actions / push_module / actionlint

shellcheck reported issue in this script: SC2086:info:6:32: Double quote to prevent globbing and word splitting

Check failure on line 27 in .github/workflows/build.yml

View workflow job for this annotation

GitHub Actions / call_matrix / actionlint

shellcheck reported issue in this script: SC2129:style:4:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects

Check failure on line 27 in .github/workflows/build.yml

View workflow job for this annotation

GitHub Actions / call_matrix / actionlint

shellcheck reported issue in this script: SC2086:info:4:40: Double quote to prevent globbing and word splitting

Check failure on line 27 in .github/workflows/build.yml

View workflow job for this annotation

GitHub Actions / call_matrix / actionlint

shellcheck reported issue in this script: SC2086:info:5:28: Double quote to prevent globbing and word splitting

Check failure on line 27 in .github/workflows/build.yml

View workflow job for this annotation

GitHub Actions / call_matrix / actionlint

shellcheck reported issue in this script: SC2086:info:6:32: Double quote to prevent globbing and word splitting
SHOP_ROOT_DIR="/var/www/$SHOP_INSTALL_DIR"
RUN_PHP="docker-compose run -T -w $SHOP_ROOT_DIR php"
Expand Down
1 change: 1 addition & 0 deletions tests/github_actions/twig-component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ install_module:
cache:
prefix: &install_module_prefix 'moduleInstallation-ce-{{ .Github.SHA }}-{{ .Github.RunID }}'
ids: &ids '{{ print $ids }}'
activate: *ids
git:
module:
url: &git_module_url '{{ .Github.Repository }}'
Expand Down

0 comments on commit b22762d

Please sign in to comment.