Skip to content

Commit

Permalink
Add execute bit
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKahr committed Dec 11, 2023
1 parent 64e13dc commit e98acf1
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

Empty file modified dist/platforms/ubuntu/activate.sh
100644 → 100755
Empty file.
Empty file modified dist/platforms/ubuntu/entrypoint.sh
100644 → 100755
Empty file.
Empty file modified dist/platforms/ubuntu/return_license.sh
100644 → 100755
Empty file.
Empty file modified dist/platforms/ubuntu/run_steps.sh
100644 → 100755
Empty file.
Empty file modified dist/platforms/ubuntu/run_tests.sh
100644 → 100755
Empty file.
Empty file modified dist/platforms/ubuntu/set_extra_git_configs.sh
100644 → 100755
Empty file.
Empty file modified dist/platforms/ubuntu/set_gitcredential.sh
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion src/model/docker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const Docker = {
${useHostNetwork ? '--net=host' : ''} \
${githubToken ? '--env USE_EXIT_CODE=false' : '--env USE_EXIT_CODE=true'} \
${image} \
/bin/bash -c /steps/entrypoint.sh`;
/bin/bash -c "ls -lashi /steps`;
},

getWindowsCommand(image, parameters): string {
Expand Down

0 comments on commit e98acf1

Please sign in to comment.