Skip to content

Commit 18cba5f

Browse files
Revert "Test if release candidate SVN secrets are set correctly"
This reverts commit 4b5ad25.
1 parent 4b5ad25 commit 18cba5f

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/release-candidate.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,6 @@ jobs:
3737
- name: Checkout Repository
3838
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3939

40-
- name: Check if SVN secrets are set
41-
run: |
42-
if [ -z "${{ secrets.DAFFODIL_SVN_DEV_USERNAME }}" ]; then
43-
echo "DAFFODIL_SVN_DEV_USERNAME is not set"
44-
else
45-
echo "DAFFODIL_SVN_DEV_USERNAME is set"
46-
fi
47-
48-
if [ -z "${{ secrets.DAFFODIL_SVN_DEV_PASSWORD }}" ]; then
49-
echo "DAFFODIL_SVN_DEV_PASSWORD is not set"
50-
else
51-
echo "DAFFODIL_SVN_DEV_PASSWORD is set"
52-
fi
53-
5440
- name: ASF Release Candidate
5541
id: rc
5642
uses: apache/daffodil-infrastructure/actions/release-candidate@main

0 commit comments

Comments
 (0)