File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1919
2020 - name : " Run hello-world"
2121 run : curl -v localhost:8082/hello-world
22-
23- - name : Log docker-compose
24- run : cat ${{ github.workspace }}/docker-compose.yml
2522
2623 - name : Log structr.conf contents
2724 run : cat ${{ github.workspace }}/structr.conf
Original file line number Diff line number Diff line change 4242 STRUCTR_WEBAPP_PATH : ${{ inputs.structr-webapp-path }}
4343 STRUCTR_LICENSE : ${{ inputs.structr-license }}
4444 STRUCTR_CONF_FILE : ${{ inputs.structr-conf-file }}
45- run : >-
46- cd ${{ github.action_path }} &&
47- ./setup_environment.sh &&
45+ run : >-
46+ ./setup_environment.sh ${{ github.action_path }} &&
4847 docker-compose up -d
4948
5049 shell : bash
Original file line number Diff line number Diff line change 1+ ACTION_PATH=$1
2+ cd $ACTION_PATH
3+
14echo " Replacing variables for Structr and Neo4j docker configuration"
25echo Neo4j version: $NEO4j_VERSION
36echo Structr version: $STRUCTR_VERSION
You can’t perform that action at this time.
0 commit comments