Skip to content

Commit

Permalink
artifacts should point to 1.4.6 not 1.4.6x
Browse files Browse the repository at this point in the history
  • Loading branch information
nden committed Mar 25, 2022
1 parent c103faa commit efe4290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JenkinsfileRT
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ withCredentials([string(
jobconfig = new JobConfig()
jobconfig.enable_env_publication = true
jobconfig.publish_env_on_success_only = true
jobconfig.publish_env_filter = "spacetelescope/1.4.6x"
jobconfig.publish_env_filter = "spacetelescope/1.4.6"

// Define python version for conda
python_version = "3.9"
Expand Down

0 comments on commit efe4290

Please sign in to comment.