Browse Source

[appengine] remove composer.lock in deploy

pull/93/head
Aaron Parecki 4 years ago
parent
commit
cc10f32808
No known key found for this signature in database GPG Key ID: 276C2817346D6056
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .travis.yml

+ 1
- 0
.travis.yml View File

@ -12,6 +12,7 @@ before_script:
before_install: before_install:
- cp config.production.php config.php - cp config.production.php config.php
- cp composer.production.json composer.json - cp composer.production.json composer.json
- rm composer.lock
before_deploy: before_deploy:
- openssl aes-256-cbc -K $encrypted_e44c58426490_key -iv $encrypted_e44c58426490_iv - openssl aes-256-cbc -K $encrypted_e44c58426490_key -iv $encrypted_e44c58426490_iv
-in XRay-67d8fdd0bba3.json.enc -out XRay-67d8fdd0bba3.json -d -in XRay-67d8fdd0bba3.json.enc -out XRay-67d8fdd0bba3.json -d

Loading…
Cancel
Save