Skip to content

Instantly share code, notes, and snippets.

@xlcommunity
Created March 12, 2015 08:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xlcommunity/18374600f7f0ac2aed8c to your computer and use it in GitHub Desktop.
Save xlcommunity/18374600f7f0ac2aed8c to your computer and use it in GitHub Desktop.
Integrating TeamCity with Deployit
#######################################################################
# NOTICE: This script is provided as a sample only, with no warranty
# expressed or implied, and is not supported by XebiaLabs.
#######################################################################
import sys
packagePath = sys.argv.pop(1)
print "Importing '%s'" % (packagePath)
deployit.importPackage(packagePath)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment