Remove commented out lines

This commit is contained in:
Deda 2024-03-19 16:25:23 +01:00
parent d3802e10aa
commit a6e4bf09d7

View File

@ -135,24 +135,3 @@ jobs:
AWS_REGION: ${{ inputs.s3_region }}
SOURCE_DIR: "build/output/release"
DEST_DIR: ${{ inputs.s3_dest_dir }}
# MAKE DOCKER WORK
# docker:
# if: ${{ inputs.target_os == 'docker' || inputs.target_os == 'all' }}
# runs-on: [self-hosted, DockerMgBuild, X64]
# timeout-minutes: 60
# steps:
# - name: "Set up repository"
# uses: actions/checkout@v4
# with:
# fetch-depth: 0 # Required because of release/get_version.py
# - name: "Build package"
# run: |
# cd release/package
# ./run.sh package debian-11 ${{ inputs.build_type }} --for-docker
# ./run.sh docker
# - name: "Upload package"
# uses: actions/upload-artifact@v4
# with:
# name: docker
# path: build/output/docker/memgraph*.tar.gz