Skip to content

Commit

Permalink
SKIP_INSTALL_SCRIPT_ON_DOCKER_BUILDを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
kiy0taka committed Jun 8, 2022
1 parent 7372f65 commit fc93eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deny-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
run: ${{ github.event.repository.name }}/package.sh

- name: Build Container
run: docker build -t ec-cube --build-arg SKIP_INSTALL_SCRIPT_ON_DOCKER_BUILD=true .
run: docker build -t ec-cube .

- name: Container Run
run: |
Expand Down

0 comments on commit fc93eea

Please sign in to comment.