Skip to content

Commit

Permalink
Merge pull request #157 from hashicorp/c-ci-disable-travis
Browse files Browse the repository at this point in the history
ci: disable Travis ci workflows in enterprise repo
  • Loading branch information
Mahmood Ali authored Nov 25, 2019
2 parents c9ed2c2 + eab1ceb commit 9567d9b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 109 deletions.
8 changes: 7 additions & 1 deletion .circleci/config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion .circleci/config/jobs/merge-oss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ steps:
# "CircleCI SSH Checkout" SSH key associated with hashicorp-ci GitHub user
- "c6:96:98:82:dc:04:6c:39:dd:ac:83:05:e3:15:1c:98"
- checkout
- install-circleci-local-cli
- run:
name: Merge Merge OSS master branch
command: |
Expand All @@ -32,7 +33,10 @@ steps:
git checkout --theirs CHANGELOG.md
git checkout --theirs version/version.go
git checkout --theirs command/agent/bindata_assetfs.go
git add CHANGELOG.md version/version.go command/agent/bindata_assetfs.go
# Regenerate enterprise Circle CI config to apply changes from OSS merge.
make -C .circleci CIRCLECI="circleci-local-cli --skip-update-check" config.yml
git add CHANGELOG.md version/version.go command/agent/bindata_assetfs.go .circleci/config.yml
# attempt merging again
if ! git commit -m "$message"; then
Expand Down
107 changes: 0 additions & 107 deletions .travis.yml

This file was deleted.

0 comments on commit 9567d9b

Please sign in to comment.