Skip to content

Commit bf85ff8

Browse files
authored
Merge pull request #12 from fnaoto/feature/fix_path
Fix to export env.
2 parents db267e2 + 447a33e commit bf85ff8

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.
File renamed without changes.

buildspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ phases:
55
- env
66
- |
77
# export bin PATH
8-
export PATH=$PATH:$(pwd)/bin/codebuild
8+
export PATH=$PATH:$(pwd)/bin
99
1010
if trigger is release ?; then
1111
notify "<!here> ${CODEBUILD_WEBHOOK_TRIGGER#tag/}"

0 commit comments

Comments
 (0)