Skip to content

Commit 2b43561

Browse files
committed
Remove setup-dev step from build job
Signed-off-by: Fiachra Corcoran <fiachra.corcoran@est.tech>
1 parent 7b5455a commit 2b43561

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/porch-e2e-ci-jobs.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ jobs:
5858
- name: Set variables
5959
id: vars
6060
run: echo "image-tag=${IMAGE_TAG:0:8}" >> $GITHUB_OUTPUT
61-
- name: Setup dev env
62-
run: ${GITHUB_WORKSPACE}/scripts/setup-dev-env.sh
6361
- name: Build images in parallel
6462
run: |
6563
export IMAGE_TAG=${IMAGE_TAG:0:8}

0 commit comments

Comments
 (0)