Skip to content

Commit 03829a6

Browse files
committed
Fix CI job
The name of YAML files is now stack.yaml as a default Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent ee41638 commit 03829a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/only-ci.yaml renamed to .github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ci-only
1+
name: build
22

33
on:
44
push:

verify.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build_template() {
99
echo Building $template
1010
func_name=$template-ci
1111
$CLI new $func_name --lang $template 2>/dev/null 1>&2
12-
$CLI build -f $func_name.yml
12+
$CLI build
1313
}
1414

1515
verify_and_clean() {
@@ -74,4 +74,4 @@ done
7474

7575
# remove the generated files and folders if successful
7676
cd ../
77-
rm -rf *-ci *-ci.yml
77+
rm -rf *-ci stack.yaml

0 commit comments

Comments
 (0)