Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
cto
builderrors
Commits
4c9834d9
Commit
4c9834d9
authored
Jul 18, 2019
by
Pratap Vardhan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ENH: builderrors
parent
979865d5
Pipeline
#92152
failed with stage
in 12 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
.gitlab-ci.yml
View file @
4c9834d9
validate
:
validate
:
script
:
script
:
-
builderrors v2
-
flake8
\ No newline at end of file
\ No newline at end of file
Dockerfile
View file @
4c9834d9
...
@@ -67,7 +67,7 @@ RUN pip install bzt
...
@@ -67,7 +67,7 @@ RUN pip install bzt
RUN
git clone https://github.com/gramener/gramex.git
RUN
git clone https://github.com/gramener/gramex.git
RUN
pip
install
-e
gramex
&&
gramex setup
--all
&&
gramex license accept
RUN
pip
install
-e
gramex
&&
gramex setup
--all
&&
gramex license accept
# Install builderrors
# Install builderrors
RUN
git clone https://
PratapVardhan@bitbucket.org/PratapVardhan
/builderrors
.git
RUN
git clone https://
code.gramener.com/cto
/builderrors
/
RUN
cd
builderrors
&&
yarn
install
&&
pip
install
pyminifier
&&
chmod
a+x builderrors
&&
cd
/
RUN
cd
builderrors
&&
yarn
install
&&
pip
install
pyminifier
&&
chmod
a+x builderrors
&&
cd
/
# create validate link
# create validate link
RUN
ln
-s
/builderrors/builderrors /bin/validate
RUN
ln
-s
/builderrors/builderrors /bin/validate
\ No newline at end of file
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