Skip to content

Commit

Permalink
Move ti github actions (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
npalm committed Sep 9, 2019
1 parent 8897639 commit df714e0
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 13 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Verify
on: [push]

jobs:
verify:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: verify
run: |
./ci/bin/install.sh
./ci/bin/verify.sh
verify-examples:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: verify-examples
run: |
./ci/bin/install.sh
./ci/bin/verify-examples.sh
12 changes: 0 additions & 12 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion ci/bin/terraform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
TARGET_DIR=/opt
PATH=${PATH}:${TARGET_DIR}

TERRAFORM_VERSION=${1:-"0.12.3"}
TERRAFORM_VERSION=${1:-"0.12.8"}
OS=${2:-"linux"}
TERRAFORM_URL="https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_${OS}_amd64.zip"

Expand Down

0 comments on commit df714e0

Please sign in to comment.