Sign in

ops / app-deployer · Files

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • app-deployer
  • ..
  • cli
  • status_codes.py
  • add scripts
    6b4fb321
    root authored
    2021-12-14 04:48:12 +0000  
    Browse File »
status_codes.py 156 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
from __future__ import absolute_import

SUCCESS = 0
ERROR = 1
UNKNOWN_ERROR = 2
VIRTUALENV_NOT_FOUND = 3
PREVIOUS_BUILD_DIR_ERROR = 4
NO_MATCHES_FOUND = 23