Skip to content

Commit

Permalink
Fix "$VARIABLE_FILE" to "$VARIABLES_FILE"
Browse files Browse the repository at this point in the history
  • Loading branch information
ALVSoft committed Dec 20, 2024
1 parent d3f6bd2 commit d8414e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,7 @@ jobs:
with:
context: "docker/"
build-args: |
PGVERSION=16
PGOLDVERSIONS=
TIMESCALEDB=2.16.1
COMPRESS=true
PARADEDB_TELEMETRY=false
COMPRESS=false
platforms: linux/amd64,linux/arm64
push: true
tags: |
Expand Down
2 changes: 1 addition & 1 deletion docker/build_scripts/base_1_prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ else
fi
echo '#!/bin/bash' > "$VARIABLES_FILE"
echo "BUILD_PACKAGES=(${BUILD_PACKAGES[*]})" >> "$VARIABLES_FILE"
chmod ug+rwx "$VARIABLE_FILE"
chmod ug+rwx "$VARIABLES_FILE"
if [ "$WITH_PERL" != "true" ]; then
version=$(apt-cache show perl | sed -n 's/^Version: //p' | sort -rV | head -n 1)
printf "Priority: standard\nStandards-Version: 3.9.8\nPackage: perl\nMulti-Arch: allowed\nReplaces: perl-base, perl-modules\nVersion: %s\nDescription: perl" "$version" > perl
Expand Down

0 comments on commit d8414e6

Please sign in to comment.