Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merging jeff's changes #4

Merged
merged 8 commits into from
Jun 3, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Creating OpenAPI definition
  • Loading branch information
jeffhollan committed Apr 24, 2020
commit 6aff9d9365a3218692915aba8c6386a931865a7a
7 changes: 5 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
build-and-release:
# The type of runner that the job will run on
runs-on: ubuntu-latest

Expand All @@ -30,16 +30,19 @@ jobs:
- name: Connect to Azure Container Registry
run: |
echo Connecting to Azure Container Registry
sleep $[ ( $RANDOM % 10 ) + 1 ]s

- name: Push image and version to ACR
run: |
echo docker push

sleep $[ ( $RANDOM % 60 ) + 10 ]s

- name: Publish to Azure Kubernetes Service
run: |
echo Publishing to AKS
sleep $[ ( $RANDOM % 10 ) + 10 ]s

- name: Publish OpenAPI Definition to Azure API Management
run: |
echo Publishing OpenAPI Definition to Azure API Management
sleep $[ ( $RANDOM % 10 ) + 5 ]s