mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-12 19:42:55 +01:00
Shebangdidang
This commit is contained in:
parent
796c5ffe06
commit
bafdd8b19e
1 changed files with 8 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env sh
|
#!/bin/sh
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|
@ -52,7 +52,11 @@ fi
|
||||||
|
|
||||||
echo $PATH
|
echo $PATH
|
||||||
ls /usr/local/bin
|
ls /usr/local/bin
|
||||||
crane version
|
|
||||||
/kaniko/executor version
|
|
||||||
|
|
||||||
echo "yay"
|
ls /kaniko
|
||||||
|
ls /usr/local
|
||||||
|
|
||||||
|
echo "yay"
|
||||||
|
|
||||||
|
crane version
|
||||||
|
/kaniko/executor version
|
||||||
Loading…
Add table
Add a link
Reference in a new issue