Skip to content

Commit

Permalink
trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
labkode committed Nov 16, 2023
1 parent 0b4bf70 commit 856d748
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ jobs:
name: Buid and Publish CS3APIS
runs-on: ubuntu-latest
container: cs3org/cs3apis-build:master
steps:
steps:
- name: setup-ssh
run: |
mkdir /root/.ssh \j
echo -n "$SSH_KEY" > /root/.ssh/id_rsa \
shasum /root/.ssh/id_rsa \
chmod 600 /root/.ssh/id_rsa \
stat /root/.ssh/id_rsa \
touch /root/.ssh/known_hosts \
chmod 600 /root/.ssh/known_hosts \
ssh-keyscan -H github.com > /etc/ssh/ssh_known_hosts 2> /dev/null
- name: build-and-publish
run: cs3apis-build -push-go -push-python -push-js -push-node -git-ssh
1 change: 1 addition & 0 deletions 1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
1
1
1
1

0 comments on commit 856d748

Please sign in to comment.