From e2265858890549011b7ea4ec8e4266fb19adb25f Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sat, 30 Jan 2021 04:52:31 +0100 Subject: [PATCH] - fixed syntax --- .github/workflows/ci.yml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61cc5a5c6..c36e3937f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,8 +60,9 @@ jobs: ########################################################################## # CHECKOUT CODE ########################################################## ########################################################################## - - name: Checkout code & create output folder + - name: Checkout code uses: actions/checkout@v2 + - name: Create output folder run: mkdir -p /docker ########################################################################## # NEO4J ################################################################## @@ -90,8 +91,9 @@ jobs: ########################################################################## # CHECKOUT CODE ########################################################## ########################################################################## - - name: Checkout code & create output folder + - name: Checkout code uses: actions/checkout@v2 + - name: Create output folder run: mkdir -p /docker ########################################################################## # BUILD BACKEND DOCKER IMAGE (build) ##################################### @@ -121,8 +123,9 @@ jobs: ########################################################################## # CHECKOUT CODE ########################################################## ########################################################################## - - name: Checkout code & create output folder + - name: Checkout code uses: actions/checkout@v2 + - name: Create output folder run: mkdir -p /docker ########################################################################## # BUILD WEBAPP DOCKER IMAGE (build) ###################################### @@ -160,8 +163,9 @@ jobs: ########################################################################## # CHECKOUT CODE ########################################################## ########################################################################## - - name: Checkout code & create artifact folder + - name: Checkout code uses: actions/checkout@v2 + - name: Create artifact folder run: mkdir -p /docker ########################################################################## # DOWNLOAD DOCKER IMAGE ################################################## @@ -189,8 +193,9 @@ jobs: ########################################################################## # CHECKOUT CODE ########################################################## ########################################################################## - - name: Checkout code & create artifact folder + - name: Checkout code uses: actions/checkout@v2 + - name: Create artifact folder run: mkdir -p /docker ########################################################################## # DOWNLOAD DOCKER IMAGE ##################################################