Skip to content

Commit

Permalink
Merge pull request #9 from dotysan/scrut-ubuntu
Browse files Browse the repository at this point in the history
Scrut uses Ubuntu 14 by default which doesn't support jq -e
  • Loading branch information
HariSekhon authored Oct 15, 2023
2 parents 0083133 + 5a9e9ac commit 9bd2d47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
1 change: 1 addition & 0 deletions 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 Down

0 comments on commit 9bd2d47

Please sign in to comment.