bleenco / abstruse

Abstruse is a free and open-source CI/CD platform that tests your models and code.

Home Page:https://ci.abstruse.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can i fix this? πŸ‘πŸ»

cheetahbyte opened this issue Β· comments

my .abstruse.yml :

image: bitnami:node
script:
    - node --version

What am I doing wrong?

please try image: docker.io/bitnami:node and let me know if it works.

Ah, nice. Now it's working. Thanks for your help πŸ˜‹ @jkuri