mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
- fixed syntax
This commit is contained in:
parent
161ae450db
commit
e226585889
15
.github/workflows/ci.yml
vendored
15
.github/workflows/ci.yml
vendored
@ -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 ##################################################
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user