Skip to content

Commit adf457b

Browse files
chore: rename Makefile to run.sh
1 parent 404bf58 commit adf457b

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.github/workflows/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
working-directory: docker-compose
3232
run: |
3333
docker cp ../ocesql4j_sample oc4j_client:/tmp/ocesql4j_sample
34-
docker exec oc4j_client bash -c "cd /tmp/ocesql4j_sample && make"
34+
docker exec oc4j_client bash -c "cd /tmp/ocesql4j_sample && sh run.sh"

ocesql4j_sample/Makefile

Lines changed: 0 additions & 6 deletions
This file was deleted.

ocesql4j_sample/run.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
ocesql INSERTTBL.cbl INSERTTBL.cob
2+
ocesql FETCHTBL.cbl FETCHTBL.cob
3+
cobj *.cob
4+
java INSERTTBL
5+
java FETCHTBL

0 commit comments

Comments
 (0)