Skip to content

Commit bf56979

Browse files
committed
new test 5
1 parent 7b0941d commit bf56979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/nginx_dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def update_nginx_version(source_file, destination_file, new_version):
3030
version, link = line.split(' ', 1)
3131

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

0 commit comments

Comments
 (0)