Skip to content

Commit 53de9ea

Browse files
committed
Merge branch 'develop' of https://github.com/utPLSQL/utPLSQL-demo-project into feature/azure_ci_cd
# Conflicts: # README.md
2 parents c45a2d1 + b49b7f2 commit 53de9ea

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

.azure_templates/t-extend-database-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ parameters:
22
- name: containerRegistry
33
default: "utPLSQL-docker"
44
- name: dockerRepo
5-
default: "utplsqlv3/oracledb"
5+
default: "gvenzl/oracle-xe"
66
- name: utplsqlVersion
77
default: ""
88
- name: utplsqlDir

.github/workflows/build.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88

99
workflow_dispatch:
1010

11+
repository_dispatch:
12+
types: [utPLSQL-build]
13+
1114
jobs:
1215
build:
1316

@@ -58,3 +61,20 @@ jobs:
5861
env:
5962
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
6063
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+

utlplsql-demo-project.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444

4545
- template: .azure_templates/t-extend-database-build.yml
4646
parameters:
47+
containerRegistry: utPLSQL-docker
48+
dockerRepo: utplsqlv3/oracledb
4749
utplsqlVersion: ${UTPLSQL_VERSION}
4850
utplsqlDir: ${UTPLSQL_DIR}
4951
test_user: ${DB_USER}

0 commit comments

Comments
 (0)