We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3db954e + 7e81a70 commit 33ee1c9Copy full SHA for 33ee1c9
create-release.sh
@@ -1,13 +1,13 @@
1
#!/bin/bash
2
set -e
3
4
-REPO_PATH='govuk_frontend_toolkit'
+REPO_PATH="alphagov/govuk_frontend_toolkit"
5
6
echo "Add config for alphagov/$REPO_PATH"
7
8
git config --global user.name "Travis CI"
9
git config --global user.email "travis@travis-ci.org"
10
-git remote add origin_ssh git@github.com:REPO_PATH.git
+git remote add origin_ssh git@github.com:$REPO_PATH.git
11
12
# This openssl command was generated automatically by `travis encrypt-file`, see `.travis/README.md` for more details
13
openssl aes-256-cbc -K $encrypted_909ac1036a94_key -iv $encrypted_909ac1036a94_iv -in .travis/govuk_frontend_toolkit_push.enc -out ~/.ssh/id_rsa -d
0 commit comments