kopia lustrzana https://github.com/jupyterhub/repo2docker
rodzic
88acca0e8a
commit
a74369c5c7
|
@ -6,7 +6,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
|
@ -6,7 +6,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-n-publish:
|
build-n-publish:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
# Job to run linter / autoformat
|
# Job to run linter / autoformat
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
# Action Repo: https://github.com/actions/checkout
|
# Action Repo: https://github.com/actions/checkout
|
||||||
- name: "Checkout repo"
|
- name: "Checkout repo"
|
||||||
|
@ -62,7 +62,7 @@ jobs:
|
||||||
# Previous job must have successfully completed for this job to execute
|
# Previous job must have successfully completed for this job to execute
|
||||||
# - https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idneeds
|
# - https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idneeds
|
||||||
needs: lint
|
needs: lint
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-20.04
|
||||||
# - https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstrategy
|
# - https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstrategy
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false # Do not cancel all jobs if one fails
|
fail-fast: false # Do not cancel all jobs if one fails
|
||||||
|
|
Ładowanie…
Reference in New Issue