Skip to content

Commit

Permalink
packaging: test: Eliminate shellcheck errors
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 committed Jul 11, 2024
1 parent 243b556 commit 6cd9f85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packaging/centos7-repo.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!bin/sh
#!/bin/sh

sed -i -e "s/^mirrorlist=http:\/\/mirrorlist.centos.org/#mirrorlist=http:\/\/mirrorlist.centos.org/g" /etc/yum.repos.d/CentOS-Base.repo && \
sed -i -e "s/^#baseurl=http:\/\/mirror.centos.org/baseurl=http:\/\/vault.centos.org/g" /etc/yum.repos.d/CentOS-Base.repo
1 change: 0 additions & 1 deletion packaging/test-release-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ do
LOG_FILE=$(mktemp)

VAULT=0
SCRIPT=""
# Fix to use Vault on CentOS 7
case ${IMAGE} in
centos:7)
Expand Down

0 comments on commit 6cd9f85

Please sign in to comment.