We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbe17ce commit febc371Copy full SHA for febc371
scripts/www-graphql-docker-push.sh
@@ -3,8 +3,6 @@
3
# Path to here
4
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
5
6
-docker version
7
-
8
# Prepare
9
echo "$DOCKER_PASS" | docker login -u "$DOCKER_USER" --password-stdin
10
export REPO=mikeallanson/gatsby-graphql
0 commit comments