We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe3d147 commit 32ffbefCopy full SHA for 32ffbef
1 file changed
codefresh.yml
@@ -2,7 +2,7 @@
2
# Author: Hari Sekhon
3
# Date: 2020-02-24 17:43:07 +0000 (Mon, 24 Feb 2020)
4
#
5
-# vim:ts=4:sts=4:sw=4:et
+# vim:ts=2:sts=2:sw=2:et
6
7
# https://github.com/harisekhon/devops-python-tools
8
@@ -33,7 +33,7 @@ steps:
33
arguments:
34
image: 'ubuntu:18.04'
35
commands:
36
- - apt update -qq && apt install -qy git make
+ - setup/ci_bootstrap.sh
37
- make init
38
- make ci
39
- make test
0 commit comments