File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -349,13 +349,13 @@ function github_deploy(state::WizardState)
349349 This repository was created using [BinaryBuilder.jl](https://github.com/JuliaPackaging/BinaryBuilder.jl)
350350 """ )
351351 end
352- # Append the build.jl generation on travis
353- open (joinpath (repo_dir, " build_tarballs.jl" ), " a" ) do f
354- print_travis_buildjl (f, repo)
355- end
356352 # Create the GitHub repository
357353 gr = GitHub. create_repo (GitHub. Owner (PkgDev. GitHub. user ()),
358354 github_name; auth= auth)
355+ # Append the build.jl generation on travis
356+ open (joinpath (repo_dir, " build_tarballs.jl" ), " a" ) do f
357+ print_travis_buildjl (f, gr)
358+ end
359359 # Push the empty commit
360360 LibGit2. push (repo, remoteurl= " https://github.com/$(user) /$(github_name) .git" ,
361361 payload= Nullable (LibGit2. UserPasswordCredentials (deepcopy (user),deepcopy (token))),
You can’t perform that action at this time.
0 commit comments