This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div contenteditable="true" role="textbox" translate="no" class="tiptap ProseMirror trix-content" tabindex="0" slot="editor"><div class="attachment-gallery is-empty" data-placeholder="Write something..."><figure class=" | |
| attachment | |
| attachment--preview | |
| attachment--png | |
| " attachment-type="previewable-attachment-figure" sgid="eyJfcmFpbHMiOnsiZGF0YSI6ImdpZDovL3dlYi9BY3RpdmVTdG9yYWdlOjpCbG9iLzE2MjEwMj9leHBpcmVzX2luIiwicHVyIjoiYXR0YWNoYWJsZSJ9fQ==--1637d09ceb0beff4cd5a8d490e6d6d65ccb915d5" data-trix-content-type="image/png" data-trix-attachment="{"contentType":"image/png","content":"","filename":"cyberpunk-ai.png","filesize":794943,"alt":"","height":800,"width":800,"sgid":"eyJfcmFpbHMiOnsiZGF0YSI6ImdpZDovL3dlYi9BY3RpdmVTdG9yYWdlOjpCbG9iLzE2MjEwMj9leHBpcmVzX2luIiwicHVyIjoiYXR0YWNoYWJsZSJ9fQ==--1637d09ceb0beff4cd5a8d490e6d6d65ccb915d5","url":"http |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| branches: | |
| only: | |
| - master | |
| - staging | |
| cache: | |
| directories: | |
| - node_modules | |
| before_install: "./build-env.sh" | |
| script: | |
| - npm install |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FILE="./.env" | |
| if [[ $TRAVIS_BRANCH == 'staging' ]]; then | |
| cat <<EOM >$FILE | |
| REACT_APP_SOME_SERVICE=https://1111.execute-api.ap-southeast-2.amazonaws.com/dev | |
| REACT_APP_OTHER_SERVICE=https://2222.execute-api.ap-southeast-2.amazonaws.com/dev | |
| EOM | |
| echo "=========== $TRAVIS_BRANCH ENV ===========" | |
| cat $FILE | |
| elif [[ $TRAVIS_BRANCH == 'master' ]]; then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FILE="./.env" | |
| if [[ $TRAVIS_BRANCH == 'staging' ]]; then | |
| cat <<EOM >$FILE | |
| REACT_APP_API_URL=https://staging-api.app.com | |
| EOM | |
| echo "=========== ENV ===========" | |
| cat $FILE | |
| elif [[ $TRAVIS_BRANCH == 'master' ]]; then | |
| cat <<EOM >$FILE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Installing collected packages: cryptography, pyOpenSSL, ndg-httpsclient | |
| Running setup.py install for cryptography ... error | |
| Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-_ZEQuk/cryptography/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-HsQUUa-record/install-record.txt --single-version-externally-managed --compile: | |
| Traceback (most recent call last): | |
| File "<string>", line 1, in <module> | |
| File "/tmp/pip-build-_ZEQuk/cryptography/setup.py", line 334, in <module> | |
| **keywords_with_side_effects(sys.argv) | |
| File "/usr/lib/python2.7/distutils/core.py", line 111, in setup | |
| _setup_distribution = dist = klass(attrs) | |
| File "/home/austin/.local/lib/python2.7/site-packages/setuptools/dist.py", line 318, in __init__ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .app{ | |
| margin-left:25%; | |
| } | |
| .done-true { | |
| text-decoration: line-through; | |
| color: grey; | |
| } | |
| [data-toggle='on'] { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "people":[ | |
| { | |
| "id": 1, | |
| "name":"", | |
| "surname":"", | |
| "number":"" | |
| }, |