Skip to content

Commit 2035c47

Browse files
committed
Test mage fix
1 parent 23fdac6 commit 2035c47

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/daily-builds-amd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ on:
4949
env:
5050
TARGET_ARCH: "amd64"
5151
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' }}
5353
MEMGRAPH_TAG: ${{ github.event.inputs.memgraph_tag || 'master' }}
5454
TARGET_OS: "debian-11"
5555
TOOLCHAIN_VERSION: ${{ github.events.inputs.toolchain_version || 'v4' }}

.github/workflows/daily-builds-arm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ on:
4949
env:
5050
TARGET_ARCH: "arm64"
5151
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' }}
5353
MEMGRAPH_TAG: ${{ github.event.inputs.memgraph_tag || 'master' }}
5454
TARGET_OS: "debian-11-arm"
5555
TOOLCHAIN_VERSION: ${{ github.events.inputs.toolchain_version || 'v4' }}

scripts/pack_memgraph_via_docker.sh

-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ docker_run () {
3535
docker rm "$cnt_name"
3636
fi
3737
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" \
4038
fi
4139
echo "The $cnt_image container is active under $cnt_name name!"
4240
}

0 commit comments

Comments
 (0)