Projects STRLCPY opencti Commits 07b2f446
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    .drone.yml
    skipped 3 lines
    4 4   
    5 5  steps:
    6 6   - name: api-tests
    7  - image: nikolaik/python-nodejs:python3.10-nodejs14-alpine
     7 + image: node:16.10.0-alpine
    8 8   environment:
    9 9   APP__BASE_URL: http://api-tests:4000/
    10 10   APP__ADMIN__PASSWORD: admin
    skipped 12 lines
    23 23   SMTP__PORT: 587
    24 24   SMTP__USERNAME: [email protected]
    25 25   SMTP__PASSWORD: frhJ2mSPTfaEutpbug
     26 + PYTHONUNBUFFERED: 1
    26 27   commands:
    27  - - apk add build-base git libffi-dev
     28 + - apk add build-base git libffi-dev python3
     29 + - ln -sf python3 /usr/bin/python
     30 + - python3 -m ensurepip
     31 + - pip3 install --no-cache --upgrade pip setuptools
    28 32   - git clone https://github.com/OpenCTI-Platform/connectors.git opencti-connectors
    29 33   - cd opencti-platform/opencti-graphql
    30 34   - yarn install
    skipped 175 lines
Please wait...
Page is in error, reload to recover