Skip to content

Commit 95db656

Browse files
committed
ci
1 parent 9194409 commit 95db656

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/master_push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
echo "$HOME/sfdx/bin" >> $GITHUB_PATH
3838
~/sfdx/bin/sfdx version
3939
40-
# Install java as it is required for the next step
41-
- name: 'Installing java'
42-
run: sudo apt-get install openjdk-8-jdk
40+
# # Install java as it is required for the next step
41+
# - name: 'Installing java'
42+
# run: sudo apt-get install openjdk-8-jdk
4343

4444
# The URL is stored in the Github Secret named SFDX_INTEGRATION_URL
4545
# so here we store the URL into a text file

0 commit comments

Comments
 (0)