Skip to content

Commit

Permalink
fix: CQDG-642 remove sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
jecos committed Mar 8, 2024
1 parent c76b3b7 commit 41db862
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
asset_name: variant-task.jar
asset_content_type: application/java-archive
- name: Publish Image using commit sha and timestamp
id: publish-fharo-image
id: publish-fhavro-image
uses: Ferlab-Ste-Justine/action-push-image@v2
with:
username: ${{ secrets.FERLAB_DOCKER_HUB_USER }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ object IndexTask extends App {
.getOrCreate()

spark.sparkContext.setLogLevel("ERROR")
Thread.sleep(3600 * 1000)

val templatePath = s"${conf.storages.find(_.id == "storage").get.path}/templates/template_$jobType.json"

Expand Down

0 comments on commit 41db862

Please sign in to comment.