CI fix tentative 2
This commit is contained in:
parent
74b012b690
commit
9977c5029b
|
@ -1,4 +1,3 @@
|
||||||
name: push
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
@ -19,8 +18,8 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Get current date
|
- name: Get current date
|
||||||
id: date
|
id: date
|
||||||
run: echo "::set-output name=date::$(date +'%Y%m%d%H%M%S')"
|
run: echo "::set-output name=date::$(date +'%Y%m%d%H%M%S')"
|
||||||
- name: Setup SSH
|
- name: Setup SSH
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ~/.ssh
|
mkdir -p ~/.ssh
|
||||||
|
|
Loading…
Reference in a new issue