Compare commits

..

No commits in common. "8df79d68ff2e37a41e2df02d91810c8fda81a932" and "c3bbda0e85cf22c6bd2cb6cf52e9a5e7c800c111" have entirely different histories.

2 changed files with 0 additions and 12 deletions

View File

@ -1,10 +0,0 @@
pipeline:
publish:
image: plugins/docker
secrets: [ docker_username, docker_password ]
settings:
repo: chewingbever/pieter
tag: ${CI_COMMIT_TAG}
when:
branch: main
event: tag

2
app.py
View File

@ -64,6 +64,4 @@ def upload_file():
return {'message': 'Failed to add file to repository.'}, 500
print(f"Uploaded {file}")
return {'message': 'Success.'}, 200