Skip to content

Commit

Permalink
Use ramdisk images from master
Browse files Browse the repository at this point in the history
We're using master branch on all other images, we should use master
here as well for consistency.
  • Loading branch information
elfosardo committed Feb 21, 2020
1 parent 22cf258 commit 6ab3dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-resource.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export https_proxy=${https_proxy:-$HTTPS_PROXY}

# Which image should we use
SNAP=${1:-current-tripleo}
IPA_BASEURI=${IPA_BASEURI:-https://images.rdoproject.org/train/rdo_trunk/$SNAP/}
IPA_BASEURI=${IPA_BASEURI:-https://images.rdoproject.org/master/rdo_trunk/$SNAP/}

FILENAME=ironic-python-agent
FILENAME_EXT=.tar
Expand Down

0 comments on commit 6ab3dfc

Please sign in to comment.