From 0d1bb21be5afaa34db89b9c7acda384e724152c9 Mon Sep 17 00:00:00 2001 From: Vladimir Pikovski Date: Sat, 11 Nov 2023 23:10:36 +0200 Subject: [PATCH] wip --- .github/workflows/ci_pipeline.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci_pipeline.yml b/.github/workflows/ci_pipeline.yml index 66003cf1e..725966149 100644 --- a/.github/workflows/ci_pipeline.yml +++ b/.github/workflows/ci_pipeline.yml @@ -45,11 +45,6 @@ jobs: runs-on: ubuntu-latest needs: build steps: - - name: Compile Code and Package Artifact - working-directory: ./myapp - run: | - echo ${{ needs.package.outputs.release_version }} - - name: Checkout Code uses: actions/checkout@v4