Skip to content

Commit

Permalink
Merge branch 'master' of github.com:HariSekhon/DevOps-Bash-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Nov 14, 2023
2 parents ab3c640 + 9bd2d47 commit e837b41
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ container:
image: ubuntu:18.04

task:
# doesn't work properly
#skip: "!changesInclude('**/*.md')"
env:
TMPDIR: /var/tmp
script:
- setup/ci_bootstrap.sh
- make init
Expand Down
3 changes: 1 addition & 2 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@
#

build:
image: default-bionic
nodes:
auto:
commands:
# not working
#- checkout-code ~/build
- repo="${SCRUTINIZER_PROJECT#*/}"; git clone "https://github.com/$repo" build
- cd ~/build
- pwd
Expand Down
3 changes: 2 additions & 1 deletion packages/apt_install_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ done

echo "Installing Deb Packages"

export NEEDRESTART_MODE=a
export DEBIAN_FRONTEND=noninteractive

#apt="apt"
Expand All @@ -69,7 +70,7 @@ if is_CI; then
opts="$opts -q"
echo
echo "/etc/apt/sources.list:"
cat /etc/apt/sources.list
cat /etc/apt/sources.list ||:
echo
for x in /etc/apt/sources.list.d/*; do
[ -f "$x" ] || continue
Expand Down

0 comments on commit e837b41

Please sign in to comment.