Get the Qiskit schemas from the new repository (#2017)

This commit is contained in:
Abdón Rodríguez Davila 2021-07-21 16:16:53 +02:00 committed by GitHub
parent 722c9bb016
commit 6cf019ef0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ CONFIG_PATH=$(rclone config file | tail -1)
# Decrypt config
openssl aes-256-cbc -K $encrypted_rclone_key -iv $encrypted_rclone_iv -in rclone.conf.enc -out $CONFIG_PATH -d
git clone --depth=1 https://github.com/Qiskit/qiskit-terra.git
cp -r qiskit-terra/qiskit/schemas ../dist/.
git clone --depth=1 https://github.com/Qiskit/ibm-quantum-schemas.git
cp -r ibm-quantum-schemas/schemas ../dist/.
rclone sync --exclude-from ./static-sites.txt ../dist IBMCOS:qiskit-org-web-resources