We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee41638 commit 03829a6Copy full SHA for 03829a6
.github/workflows/only-ci.yaml renamed to .github/workflows/build.yaml
@@ -1,4 +1,4 @@
1
-name: ci-only
+name: build
2
3
on:
4
push:
verify.sh
@@ -9,7 +9,7 @@ build_template() {
9
echo Building $template
10
func_name=$template-ci
11
$CLI new $func_name --lang $template 2>/dev/null 1>&2
12
- $CLI build -f $func_name.yml
+ $CLI build
13
}
14
15
verify_and_clean() {
@@ -74,4 +74,4 @@ done
74
75
# remove the generated files and folders if successful
76
cd ../
77
-rm -rf *-ci *-ci.yml
+rm -rf *-ci stack.yaml
0 commit comments