mirror of
https://github.com/wagoodman/dive
synced 2026-03-14 22:35:50 +01:00
Make tabs not spaces
https://stackoverflow.com/questions/2131213/can-you-make-valid-makefiles-without-tab-characters
This commit is contained in:
parent
02182266ec
commit
cd63ad53fb
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -91,7 +91,7 @@ ci-test-rpm-package-install:
|
|||
|
||||
ci-test-linux-run:
|
||||
ls -la ./dist
|
||||
ls -la ./dist/dist/dive_linux_amd64_v1
|
||||
ls -la ./dist/dist/dive_linux_amd64_v1
|
||||
chmod 755 ./dist/dive_linux_amd64_v1/dive && \
|
||||
./dist/dive_linux_amd64_v1/dive '${TEST_IMAGE}' --ci && \
|
||||
./dist/dive_linux_amd64_v1/dive --source docker-archive .data/test-kaniko-image.tar --ci --ci-config .data/.dive-ci
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue