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 5c5928a commit 2fcb8ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ jobs:
runs-on: ubuntu-latest
container: cs3org/cs3apis-build:master
steps:
- name: Checkout
uses: actions/checkout@v3
- name: build-and-publish
run: cs3apis-build
1 change: 1 addition & 0 deletions 1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
1
1
1
1
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ pwd = $(shell pwd)
default: gen

gen:
docker run -v ${pwd}:/root/cs3apis cs3org/cs3apis:master cs3apis-build
echo ${pwd}
docker run -v ${pwd}:/root/cs3apis cs3org/cs3apis-build:master cs3apis-build

clean:
rm -rf build/
Expand Down

0 comments on commit 2fcb8ee

Please sign in to comment.