Skip to content

Commit

Permalink
Update development-buildspec.yml to have dash separate build date and…
Browse files Browse the repository at this point in the history
… time (dummy commit to trigger build system)
  • Loading branch information
greenbreakfast authored Mar 11, 2024
1 parent 7bd152f commit 889e9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development-buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ phases:
- if [ "$CODEBUILD_BUILD_SUCCEEDING" = "0" ]; then echo ">>> VERBOSE DEBUG BUILD"; bash build.sh -V ; exit 1; fi

- cd $ROOT_PATH
- BUILD_DATE=$(date +%Y%m%d%H%M%S)
- BUILD_DATE=$(date +%Y%m%d-%H%M%S)

- echo "Copying Packages"
- cd "$ROOT_PATH/openwrt/bin/packages/mipsel_24kc"
Expand Down

0 comments on commit 889e9e8

Please sign in to comment.