Skip to content

Commit

Permalink
[BUILD][I] Remove logic to uncomment Saros/I module dependencies
Browse files Browse the repository at this point in the history
Removes the GitHub workflow step uncommenting the module dependencies in
the Saros/I plugin.xml. This step is now no longer needed as all
JetBrains IDEs are supported by default.
  • Loading branch information
tobous committed May 18, 2020
1 parent b2bacf7 commit 6263203
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,6 @@ jobs:
echo "::set-env name=SHORT_SHA::$short_sha"
shell: 'bash'

# Uncomment <depends> entries in order to make Saros/I installable in all JetBrains IDEs
- name: Prepare Saros/I plugin.xml
if: github.ref == 'refs/heads/master'
run: |
sed -i 's/<!--depends/<depends/g' intellij/resources/META-INF/plugin.xml
sed -i 's/depends-->/depends>/g' intellij/resources/META-INF/plugin.xml
# Build
- name: Build and test with Gradle
run: |
Expand Down

0 comments on commit 6263203

Please sign in to comment.