File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 42
42
run : |
43
43
docker build -t opensourcecobol/opensourcecobol4j:utf8-"$version_string_prefix" . \
44
44
--build-arg opensource_COBOL_4J_version="$opensource_COBOL_4J_version" \
45
- --build-arg Open_COBOL_ESQL_4J_version="$Open_COBOL_ESQL_4J_version"
45
+ --build-arg Open_COBOL_ESQL_4J_version="$Open_COBOL_ESQL_4J_version"
Original file line number Diff line number Diff line change 26
26
--build-arg opensource_COBOL_4J_version="$opensource_COBOL_4J_version" \
27
27
--build-arg Open_COBOL_ESQL_4J_version="$Open_COBOL_ESQL_4J_version"
28
28
docker compose up -d
29
+
30
+ - name : Run example programs
31
+ working-directory : docker-compose
32
+ run : |
33
+ docker cp ../ocesql4j_sample oc4j_client:/tmp/ocesql4j_sample
34
+ docker exec oc4j_client bash -c "cd /tmp/ocesql4j_sample && make"
You can’t perform that action at this time.
0 commit comments