Skip to content

Commit a67d194

Browse files
committed
Include gruntwork credentials and remove nano install step
1 parent 0e6b871 commit a67d194

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ workflows:
4646
checks:
4747
jobs:
4848
- shellcheck
49-
- integration_test
49+
- integration_test:
50+
context: Gruntwork Admin
5051
- bats_ubuntu1604
5152
- bats_ubuntu1804

examples/dynamic-ubuntu-wait/packer-build.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,5 @@
3737
"inline": [
3838
"sudo DEBIAN_FRONTEND=noninteractive apt-get install -y rolldice"
3939
]
40-
},{
41-
"type": "shell",
42-
"inline": [
43-
"sudo apt-get -y update",
44-
"sudo apt-get install -y nano"
45-
]
4640
}]
4741
}

0 commit comments

Comments
 (0)