Skip to content

Commit

Permalink
Merge pull request #1 from HackCapital/slajax/custom-stack-name
Browse files Browse the repository at this point in the history
custom stack name
  • Loading branch information
kc-dot-io authored Nov 5, 2017
2 parents 01b90b4 + 235a7f6 commit 33cec17
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ export LOG_FILE="${SCRIPT_DIR}/lambci.log"
export LOG_GROUP="${LOG_GROUP:-/lambci/ecs}"
export LOG_STREAM="${LOG_STREAM:-$CONTAINER_ID}"

export STACK="${STACK:-lambci}"

cleanup() {
EXIT_STATUS=$1

Expand All @@ -41,7 +43,7 @@ github_status() {
"state": "'"$1"'",
"description": "'"$2"'",
"target_url": "'"$(aws_log_url)"'",
"context": "continuous-integration/lambci"
"context": "continuous-integration/'"${STACK}"'"
}'
}

Expand Down

0 comments on commit 33cec17

Please sign in to comment.