Skip to content

Commit 64005c7

Browse files
committed
Less this?
1 parent 0d41732 commit 64005c7

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/preMerge.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,17 @@ jobs:
5656
run: ./getMasterThemes.sh
5757

5858
# Set environment variables
59-
- name: Export Properties
60-
id: properties
61-
shell: bash
62-
env:
63-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64-
run: |
65-
PROPERTIES="$(./gradlew properties --console=plain -q)"
66-
IDE_VERSIONS="$(echo "$PROPERTIES" | grep "^pluginVerifierIdeVersions:" | base64)"
67-
68-
echo "::set-output name=ideVersions::$IDE_VERSIONS"
69-
echo "::set-output name=pluginVerifierHomeDir::~/.pluginVerifier"
59+
# - name: Export Properties
60+
# id: properties
61+
# shell: bash
62+
# env:
63+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64+
# run: |
65+
# PROPERTIES="$(./gradlew properties --console=plain -q)"
66+
# IDE_VERSIONS="$(echo "$PROPERTIES" | grep "^pluginVerifierIdeVersions:" | base64)"
67+
#
68+
# echo "::set-output name=ideVersions::$IDE_VERSIONS"
69+
# echo "::set-output name=pluginVerifierHomeDir::~/.pluginVerifier"
7070

7171
# Run tests
7272
- name: Run Tests

0 commit comments

Comments
 (0)