Skip to content

Commit

Permalink
new test 5
Browse files Browse the repository at this point in the history
  • Loading branch information
dubloom committed Sep 30, 2024
1 parent 7b0941d commit bf56979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/nginx_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def update_nginx_version(source_file, destination_file, new_version):
version, link = line.split(' ', 1)

if if_version_supported(version):
print("export NGINX_VERSION_TO_TEST="+version)
print(version)
update_nginx_version("base_config.yml", "config.yml", version)
subprocess.run(["mv config.yml ../.circleci/config.yml"], shell=True, check=True)
break

0 comments on commit bf56979

Please sign in to comment.