Skip to content

Commit

Permalink
Tweak description
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmessinger authored Feb 11, 2020
1 parent 121c662 commit 02cb9a1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#!/bin/sh
echo "Building"
export CONVOX_RACK=$INPUT_RACK
echo $GITHUB_SHA:8
echo $GITHUB_SHA::8
DESCRIPTION="${GITHUB_RUN_ID}:${GITHUB_RUN_NUMBER} ${GITHUB_SHA:8} ${GITHUB_SHA::8} ${GITHUB_ACTOR}"
DESCRIPTION="${GITHUB_RUN_ID}:${GITHUB_RUN_NUMBER} ${GITHUB_SHA} ${GITHUB_ACTOR}\n${GITHUB_SHA} "
release=$(cd backend && convox build -d $DESCRIPTION --app $INPUT_APP --id)
if [ -z "$release" ]
then
Expand Down

0 comments on commit 02cb9a1

Please sign in to comment.