8000 Final cleanup of travis build leftovers. · utPLSQL/utPLSQL@36d3b17 · GitHub
[go: up one dir, main page]

Skip to content

Commit 36d3b17

Browse files
committed
Final cleanup of travis build leftovers.
1 parent ff58110 commit 36d3b17

File tree

4 files changed

+2
-232
lines changed

4 files changed

+2
-232
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,8 @@ jobs:
177177
needs: [ build, publish ]
178178
runs-on: ubuntu-latest
179179
if: |
180-
github.repository == 'utPLSQL/utPLSQL' &&
181-
github.base_ref == null &&
182-
( startsWith( github.ref, 'refs/heads/release/v' )
183-
|| github.ref == 'refs/heads/develop'
184-
|| github.ref == 'refs/heads/feature/github_actions'
185-
)
180+
github.repository == 'utPLSQL/utPLSQL' && github.base_ref == null &&
181+
( startsWith( github.ref, 'refs/heads/release/v' ) || github.ref == 'refs/heads/develop' )
186182
strategy:
187183
matrix:
188184
repo: ['utPLSQL/utPLSQL-maven-plugin', 'utPLSQL/utPLSQL-demo-project']
@@ -204,9 +200,7 @@ jobs:
204200
- name: Slack Workflow Notification
205201
uses: Gamesight/slack-workflow-status@master
206202
with:
207-
# Required Input
208203
repo_token: ${{secrets.GITHUB_TOKEN}}
209204
slack_webhook_url: ${{secrets.SLACK_WEBHOOK_URL}}
210-
# Optional Input
211205
name: 'Github Actions[bot]'
212206
icon_url: 'https://octodex.github.com/images/mona-the-rivetertocat.png'

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,8 @@ jobs:
9191
- name: Slack Workflow Notification
9292
uses: Gamesight/slack-workflow-status@master
9393
with:
94-
# Required Input
9594
repo_token: ${{secrets.GITHUB_TOKEN}}
9695
slack_webhook_url: ${{secrets.SLACK_WEBHOOK_URL}}
97-
# Optional Input
9896
name: 'Github Actions[bot]'
9997
icon_url: 'https://octodex.github.com/images/mona-the-rivetertocat.png'
10098

.travis/trigger_travis.sh

Lines changed: 0 additions & 69 deletions
This file was deleted.

old.travis.yml

Lines changed: 0 additions & 153 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0