Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
LabelsTower
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MaitresNageurs
README
LabelsTower
Commits
97162942
Commit
97162942
authored
4 years ago
by
erichard
Browse files
Options
Downloads
Patches
Plain Diff
replace codeguards with labelstower
parent
a37f3c09
No related branches found
Branches containing commit
No related tags found
1 merge request
!61
Packager labelstower
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docker/build_externals.sh
+1
-1
1 addition, 1 deletion
docker/build_externals.sh
docker/build_latest.sh
+4
-4
4 additions, 4 deletions
docker/build_latest.sh
docker/run_latest.sh
+1
-1
1 addition, 1 deletion
docker/run_latest.sh
with
6 additions
and
6 deletions
docker/build_externals.sh
+
1
−
1
View file @
97162942
...
...
@@ -5,5 +5,5 @@
SCRIPT_NAME
=
${
BASH_SOURCE
[0]
}
cd
`
dirname
${
SCRIPT_NAME
}
`
docker build
-f
Dockerfile_externals
-t
codeguards
:dev
.
docker build
-f
Dockerfile_externals
-t
labelstower
:dev
.
# --force-rm --no-cache
This diff is collapsed.
Click to expand it.
docker/build_latest.sh
+
4
−
4
View file @
97162942
...
...
@@ -5,12 +5,12 @@
SCRIPT_NAME
=
${
BASH_SOURCE
[0]
}
cd
`
dirname
${
SCRIPT_NAME
}
`
# Get current
codeguards
package
# Get current
labelstower
package
version
=
`
cat
../dist/version.txt
`
cp
../dist/
codeguards
-
${
version
}
-py3-none-any
.whl
codeguards
-latest-py3-none-any.whl
cp
../dist/
labelstower
-
${
version
}
-py3-none-any
.whl
labelstower
-latest-py3-none-any.whl
docker build
-f
Dockerfile_latest
-t
codeguards
:demo
.
docker build
-f
Dockerfile_latest
-t
labelstower
:demo
.
# --force-rm --no-cache
# cleaning
rm
-f
codeguards-latest-py3-none-any.whl
\ No newline at end of file
rm
-f
labelstower-latest-py3-none-any.whl
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docker/run_latest.sh
+
1
−
1
View file @
97162942
...
...
@@ -6,4 +6,4 @@ SCRIPT_NAME=${BASH_SOURCE[0]}
cd
`
dirname
${
SCRIPT_NAME
}
`
# Flask opère sur le port 5000
docker run
-it
--rm
-p
5000:5000
-v
$PWD
/..:/work
-w
/work/test codeguards:demo
$*
\ No newline at end of file
docker run
-it
--rm
-p
5000:5000
-v
$PWD
/..:/work
-w
/work/test labelstower:demo
$*
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment