📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
esnafbul.demodesign.com.tr
/
assets
/
node_modules
/
c3-master
/
.circleci
📝
config.yml
← Geri Dön
version: 2 jobs: build: working_directory: ~/working_directory docker: - image: circleci/node:6-browsers env: - DISPLAY=:99 - CHROME_BIN=/usr/bin/google-chrome steps: - checkout - run: name: System information command: | echo "node $(node -v)" echo "npm v$(npm --version)" echo "$(google-chrome --version)" - restore_cache: key: v1-npm-dependencies-{{ .Branch }}-{{ checksum "package.json" }} - run: name: Install dependencies command: npm install - save_cache: key: v1-npm-dependencies-{{ .Branch }}-{{ checksum "package.json" }} paths: - ./node_modules - run: name: Run Tests command: npm run test
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula