File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ parameters:
2
2
- name : containerRegistry
3
3
default : " utPLSQL-docker"
4
4
- name : dockerRepo
5
- default : " utplsqlv3/oracledb "
5
+ default : " gvenzl/oracle-xe "
6
6
- name : utplsqlVersion
7
7
default : " "
8
8
- name : utplsqlDir
Original file line number Diff line number Diff line change 8
8
9
9
workflow_dispatch :
10
10
11
+ repository_dispatch :
12
+ types : [utPLSQL-build]
13
+
11
14
jobs :
12
15
build :
13
16
58
61
env :
59
62
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
60
63
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
64
+
65
+ slack-workflow-status :
66
+ if : always()
67
+ name : Post Workflow Status To Slack
68
+ needs : [ build ]
69
+ runs-on : ubuntu-latest
70
+ steps :
71
+ - name : Slack Workflow Notification
72
+ uses : Gamesight/slack-workflow-status@master
73
+ with :
74
+ # Required Input
75
+ repo_token : ${{secrets.GITHUB_TOKEN}}
76
+ slack_webhook_url : ${{secrets.SLACK_WEBHOOK_URL}}
77
+ # Optional Input
78
+ name : ' Github Actions[bot]'
79
+ icon_url : ' https://octodex.github.com/images/mona-the-rivetertocat.png'
80
+
Original file line number Diff line number Diff line change 44
44
45
45
- template : .azure_templates/t-extend-database-build.yml
46
46
parameters :
47
+ containerRegistry : utPLSQL-docker
48
+ dockerRepo : utplsqlv3/oracledb
47
49
utplsqlVersion : ${UTPLSQL_VERSION}
48
50
utplsqlDir : ${UTPLSQL_DIR}
49
51
test_user : ${DB_USER}
You can’t perform that action at this time.
0 commit comments