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 4242 run : |
4343 docker build -t opensourcecobol/opensourcecobol4j:utf8-"$version_string_prefix" . \
4444 --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 2626 --build-arg opensource_COBOL_4J_version="$opensource_COBOL_4J_version" \
2727 --build-arg Open_COBOL_ESQL_4J_version="$Open_COBOL_ESQL_4J_version"
2828 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