X Tutup
Skip to content

Commit 32ffbef

Browse files
committed
updated codefresh.yml
1 parent fe3d147 commit 32ffbef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codefresh.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Author: Hari Sekhon
33
# Date: 2020-02-24 17:43:07 +0000 (Mon, 24 Feb 2020)
44
#
5-
# vim:ts=4:sts=4:sw=4:et
5+
# vim:ts=2:sts=2:sw=2:et
66
#
77
# https://github.com/harisekhon/devops-python-tools
88
#
@@ -33,7 +33,7 @@ steps:
3333
arguments:
3434
image: 'ubuntu:18.04'
3535
commands:
36-
- apt update -qq && apt install -qy git make
36+
- setup/ci_bootstrap.sh
3737
- make init
3838
- make ci
3939
- make test

0 commit comments

Comments
 (0)
X Tutup