Skip to content

Commit f78f372

Browse files
committed
ci: Publish toolstate changes from Azure
This commit moves toolstate publishing from Travis to Azure. We've been testing on azure for some time now and this works by deleting the Travis config and updating the credentials used on Azure.
1 parent d3e2cec commit f78f372

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.azure-pipelines/master.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ trigger:
77
- master
88

99
variables:
10-
- group: prod-credentials
10+
- group: real-prod-credentials
1111

1212
pool:
1313
vmImage: ubuntu-16.04

.travis.yml

-10
Original file line numberDiff line numberDiff line change
@@ -229,16 +229,6 @@ matrix:
229229
name: mingw-check
230230
if: type = pull_request OR branch = auto
231231

232-
- stage: publish toolstate
233-
if: branch = master AND type = push
234-
before_install: []
235-
install: []
236-
sudo: false
237-
script:
238-
MESSAGE_FILE=$(mktemp -t msg.XXXXXX);
239-
. src/ci/docker/x86_64-gnu-tools/repo.sh;
240-
commit_toolstate_change "$MESSAGE_FILE" "$TRAVIS_BUILD_DIR/src/tools/publish_toolstate.py" "$(git rev-parse HEAD)" "$(git log --format=%s -n1 HEAD)" "$MESSAGE_FILE" "$TOOLSTATE_REPO_ACCESS_TOKEN";
241-
242232
before_install:
243233
# We'll use the AWS cli to download/upload cached docker layers as well as
244234
# push our deployments, so download that here.

0 commit comments

Comments
 (0)