Skip to content

docs: add beginner usage examples#31

Open
thedalbee wants to merge 1 commit into
HariSekhon:masterfrom
thedalbee:docs/beginner-usage-examples-6
Open

docs: add beginner usage examples#31
thedalbee wants to merge 1 commit into
HariSekhon:masterfrom
thedalbee:docs/beginner-usage-examples-6

Make the tools approachable for first-time DevOps users

158d1ca
Select commit
Loading
Failed to load commit list.
Cirrus CI / main failed May 13, 2026 in 4m 11s

Task Summary

Instruction main failed in 03:59

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:09 clone
❌ 03:59 main

0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
rlwrap is already the newest version (0.43-1).
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
shellcheck is already the newest version (0.4.6-1).
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package sqlfluff
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package yq
make[4]: Leaving directory '/tmp/cirrus-ci-build'
if [ -e /usr/bin/yum ];     then make yum-packages; fi
if which -a brew && [ `uname` = Darwin ]; then make homebrew-packages; fi
./setup/which_python_installed.sh
Python / Pip versions installed:

/usr/bin/python => Python 2.7.17
/usr/bin/python2 => Python 2.7.17
/usr/bin/python3 => Python 3.6.9
/usr/bin/pip => pip 9.0.1 from /usr/lib/python2.7/dist-packages (python 2.7)
/usr/bin/pip2 => pip 9.0.1 from /usr/lib/python2.7/dist-packages (python 2.7)
/usr/bin/pip3 => pip 9.0.1 from /usr/lib/python3/dist-packages (python 3.6)

lrwxrwxrwx 1 root root 9 Apr 16  2018 /usr/bin/python -> python2.7
lrwxrwxrwx 1 root root 9 Apr 16  2018 /usr/bin/python2 -> python2.7
lrwxrwxrwx 1 root root 9 Oct 25  2018 /usr/bin/python3 -> python3.6
-rwxr-xr-x 1 root root 292 Mar  2  2023 /usr/bin/pip
-rwxr-xr-x 1 root root 292 Mar  2  2023 /usr/bin/pip2
-rwxr-xr-x 1 root root 293 Mar  2  2023 /usr/bin/pip3
/usr/local/bin/aws
install/install_github_cli.sh
2026-05-13 02:08:52  determining latest version of 'cli/cli' via GitHub API
2026-05-13 02:08:52  latest version is 'v2.92.0'
/tmp/cirrus-ci-build/packages/lib/os.sh: line 73: os: unbound variable
Makefile:295: recipe for target '/root/bin/gh' failed
make[3]: *** [/root/bin/gh] Error 1
make[3]: Leaving directory '/tmp/cirrus-ci-build'
Makefile:95: recipe for target 'build' failed
make[2]: *** [build] Error 2
make[2]: Leaving directory '/tmp/cirrus-ci-build'
Makefile.in:218: recipe for target 'build-retry' failed
make[1]: *** [build-retry] Error 2
make[1]: Leaving directory '/tmp/cirrus-ci-build'
Makefile.in:214: recipe for target 'ci' failed
make: *** [ci] Error 2

Exit status: 2