Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
18a26e13
Commit
18a26e13
authored
Nov 02, 2020
by
BryceLTaylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
circleci config split setup into different run steps
parent
50c70436
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
6 deletions
+14
-6
.circleci/config.yml
.circleci/config.yml
+14
-6
No files found.
.circleci/config.yml
View file @
18a26e13
...
...
@@ -24,12 +24,20 @@ jobs:
<<
:
*defaults
steps
:
-
checkout
-
run
:
|
echo "Setup step is happening here
"
npm --production=false ci
-
run
:
name
:
"
Set
up
Pip
and
install
requirements
"
command
:
|
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
pip install -r requirements.txt
-
run
:
"
install
npm
packages"
name
:
command
:
|
npm --production=false ci
-
run
:
name
:
deploy
command
:
|
echo $CIRCLE_BRANCH
integration
:
<<
:
*defaults
steps
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment