Compare commits
No commits in common. "main" and "v1.0.0" have entirely different histories.
3 changed files with 2 additions and 4 deletions
|
|
@ -7,4 +7,4 @@ COPY /app/app.py /app
|
|||
RUN pip3 install -r requirements.txt
|
||||
COPY . .
|
||||
CMD ["python3", "app.py"]
|
||||
################
|
||||
##############
|
||||
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -4,7 +4,7 @@ pipeline {
|
|||
stages {
|
||||
stage('Mock') {
|
||||
steps {
|
||||
echo 'SOY MAIN'
|
||||
echo 'Mock Pipeline'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
# test-img
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue