Skip to content

Commit

Permalink
ENCD-5550-fetch-origin-on-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
caseylitton committed Sep 22, 2020
1 parent 8bf811d commit 1551615
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/encoded/commands/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ def _get_instances_tag_data(main_args, build_type_template_name):
'build_type': build_type_template_name,
'is_qa_demo': main_args.is_qa_demo,
}
subprocess.check_output(['git', 'fetch', 'origin'])
instances_tag_data['commit'] = _get_commit_sha_for_branch(instances_tag_data['branch'])
# check if commit is a tag first then branch
is_tag = False
Expand Down

0 comments on commit 1551615

Please sign in to comment.