Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bot_s3rius
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
telegram-bots
bot_s3rius
Commits
707e5686
Unverified
Commit
707e5686
authored
2 years ago
by
Pavel Kirilin
Browse files
Options
Downloads
Patches
Plain Diff
Updated poetry version.
Signed-off-by:
Pavel Kirilin
<
win10@list.ru
>
parent
31c735c6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#1081
failed
2 years ago
Stage: test
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
deploy/Dockerfile
+1
-1
1 addition, 1 deletion
deploy/Dockerfile
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
707e5686
...
@@ -15,7 +15,7 @@ variables:
...
@@ -15,7 +15,7 @@ variables:
except
:
except
:
-
tags
-
tags
before_script
:
before_script
:
-
pip install poetry==1.
1.6
-
pip install poetry==1.
2.2
-
poetry config virtualenvs.create
false
-
poetry config virtualenvs.create
false
-
poetry install
-
poetry install
...
...
This diff is collapsed.
Click to expand it.
deploy/Dockerfile
+
1
−
1
View file @
707e5686
...
@@ -3,7 +3,7 @@ FROM python:3.9.6-slim-buster
...
@@ -3,7 +3,7 @@ FROM python:3.9.6-slim-buster
RUN
useradd
-m
bot
RUN
useradd
-m
bot
USER
bot
USER
bot
RUN
pip
install
poetry
==
1.
1.6
RUN
pip
install
poetry
==
1.
2.2
ENV
PATH="${PATH}:/home/bot/.poetry/bin:/home/bot/.local/bin"
ENV
PATH="${PATH}:/home/bot/.poetry/bin:/home/bot/.local/bin"
...
...
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