From 4f32f2e915de0de1470be2721626670ddc961adb Mon Sep 17 00:00:00 2001 From: NordicBuilder Date: Tue, 19 Mar 2024 10:44:17 +0100 Subject: [PATCH] fixup! WorkFlows: Pack and Send repository --- .github/workflows/zip-upload.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/zip-upload.yml b/.github/workflows/zip-upload.yml index d86bcedbed..c704f0473d 100644 --- a/.github/workflows/zip-upload.yml +++ b/.github/workflows/zip-upload.yml @@ -27,14 +27,14 @@ jobs: - name: Install West run: pip install west - - name: Initialize West Workspace - run: | - west init -l . - west update + # - name: West Update + # run: | + # west init -l . + # west update - name: Zip repository run: zip -r sdk-repository-${{ github.sha }}.zip . -x "*.git*" - name: Upload to Artifactory run: | - curl -H "X-JFrog-Art-Api:${{ secrets.ARTIFACTORY_BURAN_CI_TOKEN }}" -T sdk-repository-${{ github.sha }}.zip "https://artifactory.nordicsemi.no/artifactory/ncs-source-mirror/sdk-repository-${{ github.sha }}.zip" \ No newline at end of file + curl -H "X-JFrog-Art-Api:${{ secrets.ARTIFACTORY_BURAN_CI_TOKEN }}" -T sdk-repository-${{ github.sha }}.zip "https://eu.files.nordicsemi.com/artifactory//ncs-source-mirror/sdk-repository-${{ github.sha }}.zip" \ No newline at end of file