Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
nyoungstudios committed Sep 14, 2024
1 parent 07f4640 commit be63693
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions functions/awscli/install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

set -x

install_awscli_macos() {
TMP_DIR="$(mktemp -d)"
curl_or_wget -s "https://awscli.amazonaws.com/AWSCLIV2.pkg" "$TMP_DIR/awscliv2.zip"
Expand Down
4 changes: 4 additions & 0 deletions test/resources/functions/awscli/runners.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[common]

setup-tag = "setup"

[common.test]

assert-install-names = ["awscli"]
Expand Down
8 changes: 8 additions & 0 deletions test/resources/functions/awscli/test_config.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
[ apt_get_packages ]
tags = [ "setup" ]
options = [
"--no-install-recommends",
"zip",
"unzip"
]

[ awscli ]
options = []

0 comments on commit be63693

Please sign in to comment.