Skip to content

Commit

Permalink
fix(ReleaseScript): Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Betree committed Dec 20, 2018
1 parent 29c166e commit ce59e23
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions rel/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ fi
set -e

# ---- Images names ----
CF_API_REST_IMAGE: captainfact/rest-api:$1
CF_API_GRAPHQL_IMAGE: captainfact/graphql-api:$1
CF_API_ATOM_FEED: captainfact/atom-feed:$1
CF_API_OPENGRAPH_IMAGE: captainfact/opengraph:$1
CF_API_JOBS_IMAGE: captainfact/jobs:$1
CF_API_REST_IMAGE=captainfact/rest-api:$1
CF_API_GRAPHQL_IMAGE=captainfact/graphql-api:$1
CF_API_ATOM_FEED=captainfact/atom-feed:$1
CF_API_OPENGRAPH_IMAGE=captainfact/opengraph:$1
CF_API_JOBS_IMAGE=captainfact/jobs:$1

# ---- Build ----
echo "[RELEASE] Building Apps 🔨"
Expand Down

0 comments on commit ce59e23

Please sign in to comment.