Skip to content

Commit e42c368

Browse files
authored
Merge pull request #14 from ioet/update-pipeline
update pipeline with working directory
2 parents a8ef8f8 + 7fe2658 commit e42c368

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/CD-azure-functions.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,22 @@ jobs:
1717
- name: Checkout of master
1818
uses: actions/checkout@master
1919

20-
- name: Set up Node.js version
21-
uses: actions/setup-node@v1
22-
with:
23-
node-version: '10.x'
20+
- name: Set Node.js 10.x
21+
uses: actions/setup-node@master
22+
with:
23+
version: 10.x
2424

2525
- name: 'run: npm install and build'
26+
working-directory: ./AutomaticClockOuts
2627
run: |
27-
cd AutomaticClockOuts
2828
npm i azure-functions-core-tools@core --unsafe-perm true
2929
npm install
3030
func azure functionapp publish time-tracker-azure-functions
3131
32-
- uses: actions/checkout@v2
33-
- name: Slack Notification
34-
uses: rtCamp/[email protected]
35-
env:
36-
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
37-
SLACK_ICON: https://avatars.slack-edge.com/2020-04-14/1055222096486_7b0bf047c32f9f666b69_48.jpg
38-
SLACK_USERNAME: 'heisenberg-deploy-azure-functions:'
32+
# - uses: actions/checkout@v2
33+
# - name: Slack Notification
34+
# uses: rtCamp/[email protected]
35+
# env:
36+
# SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
37+
# SLACK_ICON: https://avatars.slack-edge.com/2020-04-14/1055222096486_7b0bf047c32f9f666b69_48.jpg
38+
# SLACK_USERNAME: 'heisenberg-deploy-azure-functions:'

0 commit comments

Comments
 (0)