From 54aa8a421b2cce49bab1632813aba94179347370 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Mon, 26 Sep 2022 23:27:28 +0200 Subject: [PATCH] Fix typo in pipelines config --- bitbucket-pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index fac99689..db4f5e3b 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -3,8 +3,7 @@ # Only use spaces to indent your .yml configuration. # ----- # You can specify a custom docker image from Docker Hub as your build environment. -image: iterativ/skillbox-test:sha256:7c1a2e4036da4f7a70976edde7d2271b928a2dc6b7543aef0b3634cb0ccad13a - +image: iterativ/skillbox-test@sha256:7c1a2e4036da4f7a70976edde7d2271b928a2dc6b7543aef0b3634cb0ccad13a clone: depth: full