aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml2
-rw-r--r--user.py3
2 files changed, 1 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 795dbfb..290ef19 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,7 @@ docker-build-master:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script:
- docker build --pull -t "$CI_REGISTRY_IMAGE" -t "$CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA" .
- - docker push "$CI_REGISTRY_IMAGE"
+ - docker push "$CI_REGISTRY_IMAGE":latest
- docker push "$CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA"
only:
- master
diff --git a/user.py b/user.py
index e386c2d..a12cb59 100644
--- a/user.py
+++ b/user.py
@@ -38,9 +38,6 @@ if __name__ == "__main__":
nxc.upload_file(path, f"im/{post.subreddit}/{path}")
- for post in redditor.saved(limit=None):
- uplaod(post)
-
sleep(60)
generator = stream_generator(redditor.saved, attribute_name="name")