Skip to content

Commit c1a1ba5

Browse files
committed
Update build-v2.yaml
1 parent d132ff5 commit c1a1ba5

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/build-v2.yaml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ on:
88
default: 'dev'
99

1010
jobs:
11-
prep:
11+
build:
1212
runs-on: ubuntu-latest
13-
name: Prep
13+
name: Build and Push
1414
environment: "dev"
1515
timeout-minutes: 45
1616
steps:
@@ -22,14 +22,6 @@ jobs:
2222
# run:
2323
# ./gen-rel-notes.sh > CHANGELOG
2424

25-
26-
build:
27-
needs: prep
28-
runs-on: ubuntu-latest
29-
name: Build
30-
environment: "dev"
31-
timeout-minutes: 45
32-
steps:
3325
- name: Set commit SHA as code version
3426
run: echo "CODE_VERSION=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
3527

0 commit comments

Comments
 (0)