Skip to content

Commit e2014f3

Browse files
committed
fixup! CI: synchronization with Artifactory
1 parent 08adee5 commit e2014f3

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

.github/workflows/src-mirror.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,12 @@ concurrency:
2121
group: src-mirror-${{ github.ref }}
2222
cancel-in-progress: true
2323

24-
# Tar entire project west workspace, prune, and upload to artifact service.
2524
jobs:
25+
26+
# Tar entire project west workspace, prune, and upload to artifact service.
2627
standard:
2728
runs-on: ubuntu-24.04-16cores
2829
steps:
29-
- name: Debug Artifactory creds
30-
shell: bash
31-
env:
32-
ART_USER: ${{ secrets.COM_NORDICSEMI_FILES_USERNAME }}
33-
ART_PASS: ${{ secrets.COM_NORDICSEMI_FILES_PASSWORD }}
34-
run: |
35-
echo "USERNAME length: ${#ART_USER}"
36-
echo "PASSWORD length: ${#ART_PASS}"
37-
3830
- name: Upload src.tar.gz
3931
uses: nrfconnect/action-src-mirror@main
4032
with:

0 commit comments

Comments
 (0)