File tree 3 files changed +2
-4
lines changed
3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 49
49
env :
50
50
TARGET_ARCH : " amd64"
51
51
LAB_TAG : ${{ github.event.inputs.lab_tag || 'dev' }}
52
- MAGE_TAG : ${{ github.event.inputs.mage_tag || 'main ' }}
52
+ MAGE_TAG : ${{ github.event.inputs.mage_tag || 'fix-refactor-bug-rvalue-bind ' }}
53
53
MEMGRAPH_TAG : ${{ github.event.inputs.memgraph_tag || 'master' }}
54
54
TARGET_OS : " debian-11"
55
55
TOOLCHAIN_VERSION : ${{ github.events.inputs.toolchain_version || 'v4' }}
Original file line number Diff line number Diff line change 49
49
env :
50
50
TARGET_ARCH : " arm64"
51
51
LAB_TAG : ${{ github.event.inputs.lab_tag || 'dev' }}
52
- MAGE_TAG : ${{ github.event.inputs.mage_tag || 'main ' }}
52
+ MAGE_TAG : ${{ github.event.inputs.mage_tag || 'fix-refactor-bug-rvalue-bind ' }}
53
53
MEMGRAPH_TAG : ${{ github.event.inputs.memgraph_tag || 'master' }}
54
54
TARGET_OS : " debian-11-arm"
55
55
TOOLCHAIN_VERSION : ${{ github.events.inputs.toolchain_version || 'v4' }}
Original file line number Diff line number Diff line change @@ -35,8 +35,6 @@ docker_run () {
35
35
docker rm " $cnt_name "
36
36
fi
37
37
docker run -d --network host --name " $cnt_name " " $cnt_image "
38
- # -v "$DIR/..:/platform" \
39
- # -v "$DIR/dist/package:$MGPLAT_CNT_MG_ROOT/build/output" \
40
38
fi
41
39
echo " The $cnt_image container is active under $cnt_name name!"
42
40
}
You can’t perform that action at this time.
0 commit comments