Skip to content
Snippets Groups Projects
Commit a0b3d36b authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

Merge branch 'rf/only-update-manifest-master' into 'master'

Rf/only update manifest master

See merge request fsl/conda/installer!12
parents d83afe2c e3cf0bce
No related branches found
Tags 1.0.15
No related merge requests found
......@@ -84,14 +84,14 @@ def main(server=None, token=None, tag=None):
if token is None: token = os.environ['FSL_CI_API_TOKEN']
if tag is None: tag = os.environ['CI_COMMIT_TAG']
for destination in ['master', 'internal']:
branch = checkout_and_update_manifest(server, token, tag, destination)
open_merge_request(MANIFEST_PATH,
branch,
MERGE_REQUEST_MSG,
server,
token,
destination)
destination = 'master'
branch = checkout_and_update_manifest(server, token, tag, destination)
open_merge_request(MANIFEST_PATH,
branch,
MERGE_REQUEST_MSG,
server,
token,
destination)
if __name__ == '__main__':
......
......@@ -52,7 +52,7 @@ log = logging.getLogger(__name__)
__absfile__ = op.abspath(__file__).rstrip('c')
__version__ = '1.0.14'
__version__ = '1.0.15'
"""Installer script version number. This is automatically updated
whenever a new version of the installer script is released.
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment