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 d3a7006 commit b26a00d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
container: cs3org/cs3apis-build:master
steps:
- name: setup-ssh
uses: cs3org/cs3apis-build:master
run: |
mkdir /root/.ssh \j
echo -n "$SSH_KEY" > /root/.ssh/id_rsa \
Expand All @@ -23,4 +24,5 @@ jobs:
chmod 600 /root/.ssh/known_hosts \
ssh-keyscan -H github.com > /etc/ssh/ssh_known_hosts 2> /dev/null
- name: build-and-publish
uses: cs3org/cs3apis-build:master
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 @@ -6,3 +6,4 @@
1
1
1
1

0 comments on commit b26a00d

Please sign in to comment.