Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
  • Loading branch information
SidneyNiccolson committed Jun 25, 2018
1 parent d1b6f70 commit 738ae17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

test:
docker:
- image: SidneyNiccolson/rust-test-deploy:rust-nightly-2018-01-08
- image: majorz/rust-test-deploy:rust-nightly-2018-01-08
steps:
- checkout

Expand All @@ -78,7 +78,7 @@ jobs:

deploy:
docker:
- image: SidneyNiccolson/rust-test-deploy:rust-nightly-2018-01-08
- image: majorz/rust-test-deploy:rust-nightly-2018-01-08

environment:
GITHUB_USER: SidneyNiccolson
Expand Down
4 changes: 3 additions & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ main() {
_mimetype=$(ensure file --mime-type -b "$_file")

say "Uploading $_basename..."

say "$_upload_url"
say "$GITHUB_TOKEN"

_response=$(
curl -sSL -X POST "$_upload_url?name=$_basename" \
-H "Accept: application/vnd.github.manifold-preview" \
Expand Down

0 comments on commit 738ae17

Please sign in to comment.